2015-05-21 10:15:13 +02:00
|
|
|
subroutine write_pseudopotential
|
|
|
|
implicit none
|
|
|
|
BEGIN_DOC
|
|
|
|
! Write the pseudo_potential into the EZFIO file
|
|
|
|
END_DOC
|
2015-05-26 23:35:35 +02:00
|
|
|
call ezfio_set_pseudo_mo_pseudo_grid(mo_pseudo_grid)
|
2015-05-21 10:15:13 +02:00
|
|
|
end
|
|
|
|
|