1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
##Ainur1.0
TotalNumberOfSites=4;
NumberOfTerms=2;
gt0:GeometryKind="chain";
gt0:GeometryOptions="ConstantValues";
gt0:dir0:Connectors=[0.0];
gt1:GeometryKind="chain";
gt1:GeometryOptions="ConstantValues";
gt1:dir0:Connectors=[-1.0];
vector hubbardFU=[0,...];
vector potentialFV=[0,...];
integer NumberPhonons=1;
vector lambdaFP=[0.0,...];
vector potentialPV=[0.0,...];
Model="HubbardHolstein";
SolverOptions="MatrixProductStored,twositedmrg";
Version="version";
InfiniteLoopKeptStates=100;
FiniteLoops=[
[1, 100, 40], [-2, 100, 40],
[2, 100, 8], [-2, 100, 8]];
TargetElectronsUp=0;
TargetElectronsDown=0;
OutputFile="data4703";
integer OneSiteTruncationPhononsMax=10;
integer OneSiteTruncationSite=2;
|