TLaplaceDenominator

class psi4.core.TLaplaceDenominator

Bases: pybind11_object

Computer class for a Laplace factorization of the six-index energy denominator in coupled-cluster theory

Methods Summary

denominator_occ(self)

Returns the occupied orbital Laplace weights of the factorized triples denominator (nweights * nocc)

denominator_vir(self)

Returns the virtual orbital Laplace weights of the factorized triples denominator (nweights * nvirt)

Methods Documentation

denominator_occ(self: psi4.core.TLaplaceDenominator) psi4.core.Matrix

Returns the occupied orbital Laplace weights of the factorized triples denominator (nweights * nocc)

denominator_vir(self: psi4.core.TLaplaceDenominator) psi4.core.Matrix

Returns the virtual orbital Laplace weights of the factorized triples denominator (nweights * nvirt)