LangevinSingle

From Zori Wiki

 <?xml version="1.0"?>
 <Walk>
   <Simulation>
   <WalkType Type="Variational Monte Carlo">
     <Algorithm Type="LangevinSingle" >
        <RandomWalk>
          <Length Steps="200" Block="1" TimeStep="0.00001" />
          <Population WalkersPerProcessor="100" Punch="True"
          PunchType="Single" PunchInterval="10" />
           </RandomWalk>
     </Algorithm>
   </WalkType>
 </Simulation>
 <Parameters>
     <Dimensions Dimensions="3" Particles="16" />
     <Random Generator="mt19937" Seed="2005" />
 </Parameters>
 </Walk>

Not fully tested...

Return to example files