10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-18 19:25:28 +02:00
quantum_package/plugins/QMC/pseudo.irp.f
Anthony Scemama f3b2bea214 Merged QMC modules (#208)
* Fixed mmap

* Truncated wf a la QMC=Chem

* Merged QmcChem and qmcpack modules
2017-07-12 23:58:45 +02:00

9 lines
181 B
Fortran

subroutine write_pseudopotential
implicit none
BEGIN_DOC
! Write the pseudo_potential into the EZFIO file
END_DOC
call ezfio_set_pseudo_mo_pseudo_grid(mo_pseudo_grid)
end