xtpl_highest_1¶
- qcdb.xtpl_highest_1(mtdname, zHI, valueHI, verbose=1)[source]¶
Scheme for total or correlation energies with a single basis or the highest zeta-level among an array of bases. Used by
qcdb.cbs()
.\[E_{\textrm{total}}^X = E_{\textrm{total}}^X\]- Parameters:
- Returns:
Eponymous function applied to input zetas and values; type from valueHI.
- Return type:
Examples
>>> # [1] Fancy way to get HF/cc-pCVQZ >>> qcdb.energy(qcdb.cbs, scf_wfn='hf', scf_basis='cc-pcvqz', scf_scheme=qcdb.xtpl_highest_1)