def write(self,output_file="hamiltonian.in"): """ Write the hamiltonian in hamiltonian_0.in""" from input_tb90 import write_hamiltonian write_hamiltonian(self,output_file=output_file) from input_tb90 import write_geometry write_geometry(self) from input_tb90 import write_lattice write_lattice(self)
def write(self): """ Writes the geometry in file""" from input_tb90 import write_geometry write_geometry(self) from input_tb90 import write_lattice write_lattice(self)