Home
last modified time | relevance | path

Searched defs:hcore (Results 1 – 25 of 62) sorted by relevance

123

/dports/science/qmcpack/qmcpack-3.11.0/utils/afqmctools/afqmctools/hamiltonian/
H A Dio.py5 def write_qmcpack_sparse(hcore, chol, nelec, nmo, e0=0.0, filename='hamiltonian.h5', argument
63 def write_sparse_basic(filename, hcore, e0, nelec, real_chol=False): argument
79 def write_qmcpack_dense(hcore, chol, nelec, nmo, enuc=0.0, argument
H A Dconverter.py326 def write_fcidump(filename, hcore, chol, enuc, nmo, nelec, tol=1e-8, argument
570 def write_fcidump_kpoint(filename, hcore, chol, enuc, nmo_tot, nelec, argument
/dports/science/py-pyscf/pyscf-2.0.1/examples/scf/
H A D44-soc_ecp.py32 hcore = mf.get_hcore() + ecpso.reshape(hcore.shape) variable
/dports/science/qmcpack/qmcpack-3.11.0/nexus/examples/qmcpack/afqmc_pyscf/07_diamond_2x2x2_supercell/
H A Dscf_template.py13 hcore = mf.get_hcore() variable
/dports/science/qmcpack/qmcpack-3.11.0/nexus/examples/qmcpack/afqmc_pyscf/08_diamond_2x2x2_kpoint_sym/
H A Dscf_template.py13 hcore = mf.get_hcore() variable
/dports/science/qmcpack/qmcpack-3.11.0/utils/afqmctools/afqmctools/utils/
H A Dpyscf_utils.py11 def load_from_pyscf_chk(chkfile,hcore=None,orthoAO=False): argument
/dports/science/qmcpack/qmcpack-3.11.0/tests/afqmc/Ne_cc-pvdz/scf/
H A Dscf.py16 hcore = mf.get_hcore() variable
/dports/science/qmcpack/qmcpack-3.11.0/utils/afqmctools/afqmctools/inputs/
H A Denergy.py15 def local_energy_mol(hcore, chol, enuc, psi, nelec): argument
/dports/science/py-pyscf/pyscf-2.0.1/examples/cc/
H A D41-ccsd_custom_hamiltonian_noscf.py9 def ccsdsolver(hcore, eri, nocc): argument
H A D15-incore_mo_ccsd_t.py23 hcore = mol.intor_symmetric('int1e_kin') + mol.intor_symmetric('int1e_nuc') variable
/dports/science/qmcpack/qmcpack-3.11.0/examples/afqmc/07-diamond_2x2x2_supercell/
H A Dscf.py26 hcore = mf.get_hcore() variable
/dports/science/qmcpack/qmcpack-3.11.0/examples/afqmc/08-diamond_2x2x2_kpoint_sym/
H A Dscf.py26 hcore = mf.get_hcore() variable
/dports/science/qmcpack/qmcpack-3.11.0/tests/afqmc/C_1x1x1_dzvp/pyscf/
H A Dscf.uhf.py29 hcore = mf.get_hcore() # obtain and store core hamiltonian variable
H A Dscf.rhf.py29 hcore = mf.get_hcore() # obtain and store core hamiltonian variable
/dports/science/qmcpack/qmcpack-3.11.0/tests/afqmc/He_2x2x2_dzv/pyscf/
H A Dscf.py31 hcore = mf.get_hcore() variable
/dports/science/qmcpack/qmcpack-3.11.0/tests/afqmc/C_uhf/pyscf/
H A Dscf.py29 hcore = mf.get_hcore() # obtain and store core hamiltonian variable
/dports/science/qmcpack/qmcpack-3.11.0/examples/afqmc/06-methane_converge_back_prop/
H A Dcheck_h1e_conv.py19 def compute_one_body(filename, hcore, skip, group): argument
/dports/science/qmcpack/qmcpack-3.11.0/tests/afqmc/C_1x1x1_szv/pyscf/
H A Dscf.py30 hcore = mf.get_hcore(kpts=kpt) # obtain and store core hamiltonian variable
/dports/science/qmcpack/qmcpack-3.11.0/tests/afqmc/Be_sto-3g/pyscf/
H A Dscf.py12 hcore = mf.get_hcore() variable
/dports/science/bagel/bagel-1.2.2/src/multi/zcasscf/
H A Dzcasnoopt.cc54 auto hcore = make_shared<RelHcore>(geom_); in init_coeff() local
/dports/science/bagel/bagel-1.2.2/src/ci/zfci/
H A Dzmofile.cc46 shared_ptr<const ZMatrix> hcore = compute_hcore(); in init() local
H A Djop_london.cc44 shared_ptr<ZMatrix> Jop_London::compute_fock(shared_ptr<const ZMatrix> hcore, const int nclosed, co… in compute_fock()
/dports/science/bagel/bagel-1.2.2/src/smith/
H A Dsmith_info.cc310 shared_ptr<const Matrix> SMITH_Info<double>::hcore() const { in hcore() function in SMITH_Info
316 shared_ptr<const ZMatrix> SMITH_Info<complex<double>>::hcore() const { in hcore() function in SMITH_Info
/dports/devel/ucommon/ucommon-7.0.0/test/
H A Dstring.cpp67 uint8_t hcore[4]; in main() local
/dports/science/bagel/bagel-1.2.2/src/testimpl/
H A Dtest_molden.cc86 auto hcore = std::make_shared<const Hcore>(geom); in molden_out_energy() local

123