quant_met.parameters.hamiltonians.

HamiltonianParameters#

pydantic model quant_met.parameters.hamiltonians.HamiltonianParameters#

Base class for Hamiltonian parameters.

Fields:
field beta = inf#

The inverse temperature; default is set to infinity.

field hubbard_int_orbital_basis [Required]#

A numpy array representing the Hubbard interactions in the orbital basis.

field name [Required]#

The name of the Hamiltonian model (e.g., “Graphene”, “DressedGraphene”).

field q = None#

An optional numpy array representing the momentum of Cooper pairs.