![]() |
(git:33f85d8)
|
Subroutines to perform calculations on molecules from a bigger system. Useful to generate a high-quality MO guess for systems of many molecules with complex electronic structure, to bootstrap ALMO simulations, etc. More...
Functions/Subroutines | |
subroutine, public | loop_over_molecules (globenv, force_env) |
Prepare data for calculations on isolated molecules. | |
logical function, public | do_mol_loop (force_env) |
Is the loop over molecules requested? | |
Subroutines to perform calculations on molecules from a bigger system. Useful to generate a high-quality MO guess for systems of many molecules with complex electronic structure, to bootstrap ALMO simulations, etc.
subroutine, public mscfg_methods::loop_over_molecules | ( | type(global_environment_type), pointer | globenv, |
type(force_env_type), pointer | force_env | ||
) |
Prepare data for calculations on isolated molecules.
globenv | ... |
force_env | ... |
Definition at line 80 of file mscfg_methods.F.
logical function, public mscfg_methods::do_mol_loop | ( | type(force_env_type), pointer | force_env | ) |
Is the loop over molecules requested?
force_env | ... |
Definition at line 420 of file mscfg_methods.F.