Home
last modified time | relevance | path

Searched defs:basisfile (Results 1 – 16 of 16) sorted by relevance

/dports/science/py-pyscf/pyscf-2.0.1/pyscf/gto/basis/
H A Dparse_nwchem.py99 def load(basisfile, symb, optimize=True): argument
214 def load_ecp(basisfile, symb): argument
217 def search_seg(basisfile, symb): argument
233 def search_ecp(basisfile, symb): argument
H A Dparse_gaussian.py50 def load(basisfile, symb, optimize=True): argument
56 def search_seg(basisfile, symb): argument
H A Dparse_molpro.py53 def load(basisfile, symb, optimize=True): argument
59 def search_seg(basisfile, symb): argument
H A Dparse_bfd_pp.py105 def search_seg(basisfile, symb): argument
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/gto/basis/
H A Dparse_cp2k.py43 def load(basisfile, symb, optimize=False): argument
82 def search_seg(basisfile, symb): argument
/dports/science/bagel/bagel-1.2.2/src/wfn/
H A Dhcoreinfo.cc41 const string basisfile = idata->get<string>("basis", ""); in HcoreInfo() local
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/tests/
H A Dtest_aopotential.cc60 ECPAOBasis ecpbasis; in BOOST_AUTO_TEST_CASE()
61 ecpbasis.Fill(ecps, orbitals.QMAtoms()); in BOOST_AUTO_TEST_CASE()
H A Dtest_density_filter.cc58 std::ofstream basisfile("3-21G.xml"); in BOOST_AUTO_TEST_CASE() local
H A Dtest_convergenceacc.cc49 std::ofstream basisfile("3-21G.xml"); in BOOST_AUTO_TEST_CASE() local
H A Dtest_dftcoupling.cc73 std::ofstream basisfile("3-21G.xml"); in BOOST_AUTO_TEST_CASE() local
H A Dtest_dftengine.cc42 std::ofstream basisfile("3-21G.xml"); in WriteBasis321G() local
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/tests/
H A Dtest_density_filter.cc58 std::ofstream basisfile("3-21G.xml"); in BOOST_AUTO_TEST_CASE() local
/dports/science/py-ase/ase-3.22.0/ase/calculators/
H A Dqchem.py26 basisfile=None, ecpfile=None, atoms=None, **kwargs): argument
H A Dacemolecule.py43 basisfile=None, **kwargs): argument
/dports/science/py-ase/ase-3.22.0/ase/io/
H A Dgaussian.py222 def _format_basis_set(basis, basisfile, basis_set): argument
245 output_type='P', basisfile=None, basis_set=None, argument
/dports/science/bagel/bagel-1.2.2/src/molecule/
H A Dmolecule.h111 const std::string basisfile() const { return basisfile_; } in basisfile() function