read_wf Subroutine

public subroutine read_wf(f, wf, filepath)

reads LCAO coefficients from file

Arguments

Type IntentOptional Attributes Name
type(wf_data), intent(in) :: f
real(kind=long), intent(inout), dimension(f%n_basis, f%nr_basis) :: wf
character(len=*), optional :: filepath