mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-11-07 22:53:42 +01:00
9 lines
181 B
FortranFixed
9 lines
181 B
FortranFixed
|
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
|
||
|
|