RSSOLD

From Zori Wiki

 <?xml version="1.0"?>
 <Walk>
 <Simulation>
   <WalkType Type="Diffusion Monte Carlo">
     <Algorithm Type="RSSOLD" VMC="True" >
        <RandomWalk>
          <Length Steps="10" Block="1" TimeStep="0.001" SubSteps="5"/>
          <Population WalkersPerProcessor="100"
            UnderFlow="0.25" OverFlow="2.5" HardOverFlow="5.0"
            Punch="True" PunchType="Single" PunchInterval="2" MaxWeight="7.0"
            Balance="True" BalanceInterval="1" Accumulate="True" >
            <Control Type="SimpleReynolds" />
            </Population>
           </RandomWalk>
           <ReferenceEnergy Adjust="Target" Memory="3"
           TargetInterval="2" TargetPerProcessor="100" />
           <EnergyCut TargetEnergy="-140.0" CutFactor="4.0" ForceCut="True" ForceCutFactor="1.0"/>
     </Algorithm>
   </WalkType>
 </Simulation>
 <Parameters>
   <Dimensions Dimensions="3" Particles="16"/>
   <Random Generator="mt19937" Seed="2005"/>
 </Parameters>
 </Walk>

This is a DMC with branching turned off hence it should behave like a VMC. Not fully tested.

Return to example files