mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-12-23 04:43:30 +01:00
optimize Jastrow for SCF wavefunction
This commit is contained in:
parent
b007e3757f
commit
450eb7a3d0
@ -200,10 +200,10 @@ if __name__ == '__main__':
|
||||
n_par = n_par + 1 # e-e parameter b
|
||||
# !!!
|
||||
# x = get_params_pen()
|
||||
x = [1.59494479, 0.55766789]
|
||||
x = [1.29386006, 0.21362821]
|
||||
print(' initial pen: {}'.format(x))
|
||||
#b_par = get_params_b()
|
||||
b_par = 1.4583754591319011
|
||||
b_par = 1.5291090863304375
|
||||
print(' initial b: {}'.format(b_par))
|
||||
x.append(b_par)
|
||||
# !!!
|
||||
|
Loading…
Reference in New Issue
Block a user