Home
last modified time | relevance | path

Searched defs:ci_coeff (Results 1 – 3 of 3) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Fermion/
H A DSlaterDetBuilder.h118 void readCoeffs(hdf_archive& hin, std::vector<VT>& ci_coeff, size_t n_dets,int ext_level) in readCoeffs()
137 void readCoeffs(hdf_archive& hin, std::vector<VT>& ci_coeff, size_t n_dets,int ext_level) in readCoeffs()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/fci/test/
H A Dtest_selected_ci.py40 ci_coeff = (numpy.random.random((len(ci_strs[0]),len(ci_strs[1])))-.2)**3 variable
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Utilities/
H A DreadWfn.cpp700 std::vector<ComplexType>& ci_coeff, in read_ph_wavefunction_hdf()
795 ph_excitations<int, ComplexType> build_ph_struct(std::vector<ComplexType> ci_coeff, in build_ph_struct()