quant_met.mean_field.hamiltonians.BaseHamiltonian.
bdg_hamiltonian_derivative#
- BaseHamiltonian.bdg_hamiltonian_derivative(k, direction)#
Calculate the derivative of the BdG Hamiltonian.
This method computes the spatial derivative of the Bogoliubov-de Gennes Hamiltonian with respect to the specified direction.
- Parameters:
- k
numpy.ndarray List of k points in reciprocal space.
- directionstr
Direction for the derivative, either ‘x’ or ‘y’.
- k
- Returns:
numpy.ndarrayThe derivative of the BdG Hamiltonian matrix in the specified direction.