FCIDump#
- class FCIDump(num_electrons, hij, hijkl, hij_b=None, hijkl_bb=None, hijkl_ba=None, constant_energy=None, multiplicity=1, orbsym=None, isym=1)[fuente]#
Bases:
object
Qiskit Nature dataclass for representing the FCIDump format.
The FCIDump format is partially defined in Knowles1989.
Referencias
- Knowles1989: Peter J. Knowles, Nicholas C. Handy,
A determinant based full configuration interaction program, Computer Physics Communications, Volume 54, Issue 1, 1989, Pages 75-83, ISSN 0010-4655, https://doi.org/10.1016/0010-4655(89)90033-7.
Attributes
- constant_energy: float | None = None#
The constant energy comprising (for example) the nuclear repulsion energy and inactive energies.
- hijkl_ba: SymmetricTwoBodyIntegrals | None = None#
The beta/alpha 2-electron integrals ordered in chemist” notation.
- hijkl_bb: SymmetricTwoBodyIntegrals | None = None#
The beta/beta 2-electron integrals ordered in chemist” notation.
- num_orbitals#
The number of orbitals.
- hijkl: SymmetricTwoBodyIntegrals#
The alpha/alpha 2-electron integrals ordered in chemist” notation.
Methods
- to_file(fcidump)[fuente]#
Dumps an FCIDump object to a file.
- Parámetros:
- Muestra:
QiskitNatureError – not all beta-spin related matrices are either None or not None.
QiskitNatureError – if the dimensions of the provided integral matrices do not match.