Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Laurell, Pontus Bengt Johan
dmrgpp
Commits
77786baa
Commit
77786baa
authored
Feb 09, 2021
by
Alvarez, Gonzalo
Browse files
SpinOrbital: (Si.Sj)(Li.Lj)^2 bug fix
parent
6634839e
Changes
2
Hide whitespace changes
Inline
Side-by-side
TestSuite/inputs/input1306.ain
View file @
77786baa
...
...
@@ -24,8 +24,8 @@ gt3:dir0:Connectors=[0];
# (S.S)(L.L)^2
gt4:GeometryKind="chain";
gt4:GeometryOptions="
ConstantValues
";
gt4:dir0:Connectors=[1];
gt4:GeometryOptions="
none
";
gt4:dir0:Connectors=[1
, 0, 0
];
#Model params
Model="SpinOrbital";
...
...
src/Models/SpinOrbital/SpinOrbitalModel.h
View file @
77786baa
...
...
@@ -634,9 +634,13 @@ protected:
sdotSlDotLSquared
.
push
(
f1
,
'N'
,
f0
,
'C'
,
valueModiferTerm2
);
sdotSlDotLSquared
.
push
(
d2
,
'N'
,
spluslplus
,
'C'
,
valueModiferTerm
2
);
sdotSlDotLSquared
.
push
(
d2
,
'N'
,
spluslplus
,
'C'
,
valueModiferTerm
1
);
sdotSlDotLSquared
.
push
(
d3
,
'N'
,
spluslminus
,
'C'
,
valueModiferTerm2
);
sdotSlDotLSquared
.
push
(
d3
,
'N'
,
spluslminus
,
'C'
,
valueModiferTerm1
);
sdotSlDotLSquared
.
push
(
spluslplus
,
'N'
,
d2
,
'C'
,
valueModiferTerm1
);
sdotSlDotLSquared
.
push
(
spluslminus
,
'N'
,
d3
,
'C'
,
valueModiferTerm1
);
OpForLinkType
g0
(
"g0"
);
sdotSlDotLSquared
.
push
(
g0
,
'N'
,
g0
,
'C'
,
valueModiferTerm0
);
...
...
@@ -653,9 +657,9 @@ protected:
OpForLinkType
wprime
(
"wprime"
);
sdotSlDotLSquared
.
push
(
wprime
,
'N'
,
wprime
,
'C'
);
sdotSlDotLSquared
.
push
(
wprime
,
'N'
,
lplusSz
,
'
N
'
,
valueModiferTerm0
);
sdotSlDotLSquared
.
push
(
wprime
,
'N'
,
lplusSz
,
'
C
'
,
valueModiferTerm0
);
sdotSlDotLSquared
.
push
(
lplusSz
,
'N'
,
wprime
,
'
N
'
,
valueModiferTerm0
);
sdotSlDotLSquared
.
push
(
lplusSz
,
'N'
,
wprime
,
'
C
'
,
valueModiferTerm0
);
OpForLinkType
z
(
"z"
);
sdotSlDotLSquared
.
push
(
z
,
'N'
,
z
,
'N'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment