Octopus
|
Functions/Subroutines | |
subroutine, public | electrons_ground_state_run (namespace, mc, gr, ions, ext_partners, st, ks, hm, outp, space, fromScratch) |
subroutine, public electrons_ground_state_oct_m::electrons_ground_state_run | ( | type(namespace_t), intent(in) | namespace, |
type(multicomm_t), intent(in) | mc, | ||
type(grid_t), intent(inout) | gr, | ||
type(ions_t), intent(inout) | ions, | ||
type(partner_list_t), intent(in) | ext_partners, | ||
type(states_elec_t), intent(inout) | st, | ||
type(v_ks_t), intent(inout) | ks, | ||
type(hamiltonian_elec_t), intent(inout) | hm, | ||
type(output_t), intent(in) | outp, | ||
type(electron_space_t), intent(in) | space, | ||
logical, intent(inout) | fromScratch | ||
) |
Definition at line 150 of file electrons_ground_state.F90.