quant_met.mean_field.hamiltonians.TwoBand.
save#
- TwoBand.save(filename)#
Save the Hamiltonian configuration as an HDF5 file.
This method stores Hamiltonian parameters and the delta orbital basis in a specified HDF5 file format for later retrieval.
- Parameters:
- filenameclass:pathlib.Path
The file path where the Hamiltonian will be saved. Must end with .hdf5.