openfermion.utils.map_two_hole_dm_to_two_pdm

Map from the 2-hole-RDM to the 2-RDM

Main aliases

openfermion.map_two_hole_dm_to_two_pdm, openfermion.utils.rdm_mapping_functions.map_two_hole_dm_to_two_pdm

tqdm numpy.ndarray

The 2-hole-RDM as a 4-index tensor. Indices follow the internal convention of tqdm[p, q, r, s] == apaqaras.

opdm numpy.ndarray

The 1-RDM as a 2-index tensor. Indices follow the internal convention of opdm[p, q] == apaq.

tpdm numpy.ndarray

The 2-RDM matrix.