61 class(electrons_t),
intent(inout) :: electrons
62 logical,
intent(inout) :: from_scratch
67 electrons%ions, electrons%ext_partners, &
68 electrons%st, electrons%ks, electrons%hm, electrons%outp, electrons%space, from_scratch)
This module handles the calculation mode.
type(calc_mode_par_t), public calc_mode_par
Singleton instance of parallel calculation mode.
integer, parameter, public p_strategy_states
parallelization in states
subroutine, public electrons_ground_state_run(namespace, mc, gr, ions, ext_partners, st, ks, hm, outp, space, fromScratch)
This module implements the underlying real-space grid.
subroutine, public ground_state_run_init()
subroutine, public ground_state_run(electrons, from_scratch)
This module handles the communicators for the various parallelization strategies.
This module implements the basic mulsisystem class, a container system for other systems.
this module contains the output system
This module implements the abstract system type.