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
6634839e
Commit
6634839e
authored
Feb 08, 2021
by
Alvarez, Gonzalo
Browse files
InputCheck: more Ainur variables now defined
parent
841acaf9
Changes
2
Hide whitespace changes
Inline
Side-by-side
TestSuite/inputs/input1305.ain
View file @
6634839e
...
...
@@ -37,7 +37,7 @@ SolverOptions="CorrectionVectorTargeting,twositedmrg,minimizeDisk,restart,fixLeg
Version="5.77";
OutputFile="data1305";
InfiniteLoopKeptStates=50;
FiniteLoops=[
[1, 80, 0],
FiniteLoops=[
[-2, 150, 2],
[ 2, 150, 2]];
# TargetSz = Sz + Lz + (s + l)*N
...
...
@@ -45,7 +45,7 @@ TargetSzPlusConst=4;
vector TargetExtra=[4];
# This has been added for CV:
real
CorrectionA=0;
CorrectionA=0;
RestartFilename="data1304";
TruncationTolerance=1e-7;
LanczosEps=1e-7;
...
...
@@ -66,6 +66,6 @@ CorrectionVectorOmega=0.275;
Intent="NeutronsSzSz";
TSPOperator="expression";
OperatorExpression="sz*lz";
string TSPOp0:
TSPOperator="expression";
string TSPOp0:
OperatorExpression="sz*lz";
src/Engine/InputCheck.h
View file @
6634839e
...
...
@@ -257,6 +257,16 @@ public:
str
+=
"integer OrbitalTwiceS;
\n
"
;
str
+=
"real LambdaOne;
\n
"
;
str
+=
"real LambdaTwo;
\n
"
;
str
+=
"real CorrectionA;
\n
"
;
str
+=
"string RestartFilename;
\n
"
;
str
+=
"real LanczosEps;
\n
"
;
str
+=
"real TridiagonalEps;
\n
"
;
str
+=
"integer DynamicDmrgType;
\n
"
;
str
+=
"real CorrectionVectorFreqType;
\n
"
;
str
+=
"real CorrectionVectorEta;
\n
"
;
str
+=
"string CorrectionVectorAlgorithm;
\n
"
;
str
+=
"real CorrectionVectorOmega;
\n
"
;
str
+=
"string Intent;
\n
"
;
return
str
;
}
...
...
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