ReynoldsSingle

From Zori Wiki

 <?xml version="1.0"?>
 <Walk>
   <Simulation>
     <WalkType Type="Diffusion Monte Carlo">
       <Algorithm Type="ReynoldsSingle" >
          <RandomWalk>
            <Length Steps="3000" Block="1" TimeStep="0.005" SubSteps="1"/>
            <Population WalkersPerProcessor="5000"
              UnderFlow="0.25" OverFlow="2.5" HardOverFlow="5.0"
              Punch="True" PunchType="Single" PunchInterval="20" MaxWeight="7.0"
              Balance="True" BalanceInterval="40" Accumulate="False" >
              <Control Type="Reynolds" />
              </Population>
             </RandomWalk>
             <ReferenceEnergy Adjust="Target" Memory="3"
             TargetInterval="2" TargetPerProcessor="5000" />
             <EnergyCut TargetEnergy="-45.0" CutFactor="4.0" ForceCut="True" ForceCutFactor="1.0"/>
       </Algorithm>
     </WalkType>
   </Simulation>
   <Parameters>
     <Dimensions Dimensions="3" Particles="6"/>
     <Random Generator="mt19937" Seed="20043420234"/>
   </Parameters>
 </Walk>

Reynolds Algorithm with Single Electron moves