mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 12:23:48 +01:00
Added qmc_create_wf.irp.f
This commit is contained in:
parent
703ea08146
commit
3b99dd60aa
8
plugins/QmcChem/qmc_create_wf.irp.f
Normal file
8
plugins/QmcChem/qmc_create_wf.irp.f
Normal file
@ -0,0 +1,8 @@
|
||||
program create_wf
|
||||
read_wf = .true.
|
||||
SOFT_TOUCH read_wf
|
||||
PROVIDE H_apply_buffer_allocated
|
||||
call generate_all_alpha_beta_det_products
|
||||
call diagonalize_ci
|
||||
call save_wavefunction
|
||||
end
|
Loading…
Reference in New Issue
Block a user