quantax.model.GeneralPf#
- class quantax.model.GeneralPf#
General Pfaffian wavefunction \(\psi(n) = \mathrm{pf}(n \star F \star n)\).
- __init__(F: Array | None = None, sublattice: Translation | Tuple[int, ...] | None = None, dtype: dtype | None = None, out_dtype: dtype | None = None)#
Initialize the GeneralPf model.
- Parameters:
F – The antisymmetric matrix. If None, it will be initialized as paired Fermi sea orbitals.
sublattice – The sublattice structure (not yet implemented).
dtype – The data type for orbital parameters.
out_dtype – The data type for computations and outputs. When dtype is real and out_dtype is complex, F stores the real and imaginary parts using real numbers.
- property F_full: Array#
Returns the full antisymmetric matrix F.