Go to the source code of this file.
|
character(len=algo_label_len), parameter, public | propagator_bomd_oct_m::bomd_start = 'BOMD_START' |
|
character(len=algo_label_len), parameter, public | propagator_bomd_oct_m::bomd_finish = 'BOMD_FINISH' |
|
character(len=algo_label_len), parameter, public | propagator_bomd_oct_m::bomd_elec_scf = 'BOMD_ELEC_SCF' |
|
type(algorithmic_operation_t), parameter, public | propagator_bomd_oct_m::op_bomd_start = algorithmic_operation_t(BOMD_START, 'Starting Born-Oppenheimer MD') |
|
type(algorithmic_operation_t), parameter, public | propagator_bomd_oct_m::op_bomd_finish = algorithmic_operation_t(BOMD_FINISH, 'Finishing Born-Oppenheimer MD') |
|
type(algorithmic_operation_t), parameter, public | propagator_bomd_oct_m::op_bomd_elec_scf = algorithmic_operation_t(BOMD_ELEC_SCF, 'SCF for the electrons') |
|