Skip to content

Commit

Permalink
Removing problematic RPA model for 0.94 release of sasmodels / 4.0 re…
Browse files Browse the repository at this point in the history
…lease of sasview
  • Loading branch information
ajj committed Oct 2, 2016
1 parent d247047 commit f837f0b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 731 deletions.
26 changes: 13 additions & 13 deletions sasmodels/conversion_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,19 +648,19 @@
"sld_solvent": "sldSolv"
}
],
"rpa": [
"RPA10Model",
{
"K12": "Kab", "K13": "Kac", "K14": "Kad",
"K23": "Kbc", "K24": "Kbd", "K34": "Kcd",
"N1": "Na", "N2": "Nb", "N3": "Nc", "N4": "Nd",
"L1": "La", "L2": "Lb", "L3": "Lc", "L4": "Ld",
"v1": "va", "v2": "vb", "v3": "vc", "v4": "vd",
"b1": "ba", "b2": "bb", "b3": "bc", "b4": "bd",
"Phi1": "Phia", "Phi2": "Phib", "Phi3": "Phic", "Phi4": "Phid",
"case_num": "lcase_n"
}
],
# "rpa": [
# "RPA10Model",
# {
# "K12": "Kab", "K13": "Kac", "K14": "Kad",
# "K23": "Kbc", "K24": "Kbd", "K34": "Kcd",
# "N1": "Na", "N2": "Nb", "N3": "Nc", "N4": "Nd",
# "L1": "La", "L2": "Lb", "L3": "Lc", "L4": "Ld",
# "v1": "va", "v2": "vb", "v3": "vc", "v4": "vd",
# "b1": "ba", "b2": "bb", "b3": "bc", "b4": "bd",
# "Phi1": "Phia", "Phi2": "Phib", "Phi3": "Phic", "Phi4": "Phid",
# "case_num": "lcase_n"
# }
# ],
"sc_paracrystal": [
"SCCrystalModel",
{
Expand Down
Loading

0 comments on commit f837f0b

Please sign in to comment.