Initial Translation of Gaussian Processes and Packaging of DicePlayer python module
This commit adds the methods that were present in the Gaussian.py file into the SetGlobals.py file and packages the program into a diceplayer module so it can be ran using 'python3 -m diceplayer' Signed-off-by: Vitor Hideyoshi <vitor.h.n.batista@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# diceplayer
|
||||
maxcyc = 3
|
||||
opt = NO
|
||||
opt = YES
|
||||
nprocs = 4
|
||||
qmprog = g16
|
||||
lps = no
|
||||
@@ -11,7 +11,7 @@ altsteps = 20000
|
||||
ncores = 3
|
||||
nmol = 1 50
|
||||
dens = 0.75
|
||||
nstep = 40000 60000 50000
|
||||
nstep = 4000 6000
|
||||
isave = 1000
|
||||
ljname = phb.ljc
|
||||
outname = phb
|
||||
|
||||
Reference in New Issue
Block a user