10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-08-24 21:41:46 +02:00

Fix set_pseudo_integrals_do_pseudo = False in test

This commit is contained in:
Thomas Applencourt 2015-05-02 13:29:57 +02:00
parent a531fa6b29
commit e5096621f2
5 changed files with 13 additions and 17 deletions

View File

@ -265,6 +265,16 @@ def write_ezfio(res, filename):
ezfio.set_mo_basis_mo_occ(OccNum)
ezfio.set_mo_basis_mo_coef(MoMatrix)
# ______ _
# | ___ \ | |
# | |_/ /__ ___ _ _ __| | ___
# | __/ __|/ _ \ | | |/ _` |/ _ \
# | | \__ \ __/ |_| | (_| | (_) |
# \_| |___/\___|\__,_|\__,_|\___/
#
ezfio.set_pseudo_integrals_do_pseudo(False)
def get_full_path(file_path):
file_path = os.path.expanduser(file_path)

View File

@ -8,13 +8,9 @@ Documentation
.. Do not edit this section. It was auto-generated from the
.. NEEDED_MODULES file.
`ao_nucl_elec_integral_pseudo <http://github.com/LCPQ/quantum_package/tree/master/src/Pseudo_integrals/pot_ao_ints_pseudo.irp.f#L12>`_
`ao_nucl_elec_integral_pseudo <http://github.com/LCPQ/quantum_package/tree/master/src/Pseudo_integrals/pot_ao_ints_pseudo.irp.f#L1>`_
interaction nuclear electron
`do_pseudo <http://github.com/LCPQ/quantum_package/tree/master/src/Pseudo_integrals/pot_ao_ints_pseudo.irp.f#L1>`_
Using pseudo potential integral of not
If true, check all the {alpha,beta} electron and Z
Needed Modules

View File

@ -1,14 +1,3 @@
BEGIN_PROVIDER [logical, do_pseudo]
BEGIN_DOC
! Using pseudo potential integral of not
! If true, check all the {alpha,beta} electron and Z
END_DOC
call ezfio_get_pseudo_do_pseudo(do_pseudo)
END_PROVIDER
BEGIN_PROVIDER [ double precision, ao_nucl_elec_integral_pseudo, (ao_num_align,ao_num)]
BEGIN_DOC
! interaction nuclear electron

View File

@ -1,5 +1,4 @@
pseudo
do_pseudo logical
klocmax integer
v_k double precision (nuclei_nucl_num,pseudo_klocmax)
n_k integer (nuclei_nucl_num,pseudo_klocmax)

View File

@ -187,6 +187,8 @@ def run_hf(geo, basis, mult=1):
ezfio.hartree_fock_thresh_scf = 1.e-10
ezfio.hartree_fock_n_it_scf_max = 100
ezfio.pseudo_integrals_do_pseudo = False
# ~#~#~ #
# R u n #
# ~#~#~ #