refactor: update Python version and optimize dice configuration parameters

This commit is contained in:
2026-03-24 23:01:45 -03:00
parent 0763c4a9e1
commit 0470200d00
12 changed files with 228 additions and 233 deletions

View File

@@ -10,13 +10,13 @@ diceplayer:
altsteps: 2000
dice:
nprocs: 4
nmol: [1, 1000]
nprocs: 1
nmol: [1, 200]
dens: 1.5
nstep: [2000, 3000]
isave: 0
nstep: [200, 300]
isave: 100
outname: 'phb'
progname: '~/.local/bin/dice'
progname: 'dice'
ljname: 'phb.ljc.example'
randominit: 'always'
seed: 12345