This function constructs the RHF Fock Matrix assumes that density matrix is symmetric
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(param), | intent(in) | :: | p | |||
| type(basis), | intent(in) | :: | b | |||
| type(wf_data), | intent(inout) | :: | f | |||
| logical, | intent(in), | optional | :: | use_d_diff | ||
| real(kind=long), | intent(in), | optional, | dimension(p%n_basis, p%n_basis) | :: | dmat_given |