double tau = 0.05; Section (Parallel) { int ProcsPerClone = 4; } Section (System) { int NumTimeSlices=16; Array Box(3) = [10.0,10.0,10.0]; Array IsPeriodic(3) = [true,true,true]; Section (Particles) { Section (Species) { string Name="free"; string Type="free"; double lambda=1.0; string Statistics="BOLTZMANNON"; int NumParticles=1; int NumDim=3; string InitPaths="BCC"; } } } Section (Action) { int NumImages=0; int MaxLevels = 2; Array PairActionFiles(1) = ["zero.PairAction"]; } Section (Observables) { string OutFileBase = "SingleParticle"; Section (Observable) { string Type = "Energy"; string Name = "Energy"; string Description="Total Energy"; int Frequency=1; } } Section (Moves){ Section (Move) { string Type="BisectionBlock"; string Name="BisectionBlock"; string PermuteType="NONE"; string Species="free"; int NumLevels=2; int StepsPerBlock=2; } Section (Move) { string Type="ShiftMove"; string Name="Shift"; } } Section (Algorithm) { Section (Loop){ int Steps=1000; Section (Loop){ int Steps=50; Section (Move) { string Name = "BisectionBlock"; } Section (Observe) { string Name = "Energy"; } Section (Move) { string Name = "Shift"; } } Section (WriteData){} } }