![]() |
(git:281339c)
|
keeps track of the previous wavefunctions and can extrapolate them for the next step of md More...
Data Fields | |
integer | ref_count = -1 |
integer | memory_depth = -1 |
integer | last_state_index = -1 |
integer | interpolation_method_nr = -1 |
integer | snapshot_count = -1 |
logical | store_wf = .FALSE. |
logical | store_rho_r = .FALSE. |
logical | store_rho_g = .FALSE. |
logical | store_rho_ao = .FALSE. |
logical | store_rho_ao_kp = .FALSE. |
logical | store_overlap = .FALSE. |
logical | store_frozen_density = .FALSE. |
type(qs_wf_snapshot_p_type), dimension(:), pointer | past_states => NULL() |
keeps track of the previous wavefunctions and can extrapolate them for the next step of md
ref_cont | reference count (see doc/ReferenceCounting.html) |
memory_depth | how many snapshots should be stored |
last_state_index | index of the latest snapshot |
past_states | array with the past states (index starts at last_state_index) |
interpolation_method_nr | the tag of the method used to extrapolate the new start state for qs |
snapshot_count | number of snapshot taken so far (cumulative, can be bigger than the history depth) |
Definition at line 98 of file qs_wf_history_types.F.
integer qs_wf_history_types::qs_wf_history_type::ref_count = -1 |
Definition at line 99 of file qs_wf_history_types.F.
integer qs_wf_history_types::qs_wf_history_type::memory_depth = -1 |
Definition at line 99 of file qs_wf_history_types.F.
integer qs_wf_history_types::qs_wf_history_type::last_state_index = -1 |
Definition at line 99 of file qs_wf_history_types.F.
integer qs_wf_history_types::qs_wf_history_type::interpolation_method_nr = -1 |
Definition at line 99 of file qs_wf_history_types.F.
integer qs_wf_history_types::qs_wf_history_type::snapshot_count = -1 |
Definition at line 99 of file qs_wf_history_types.F.
logical qs_wf_history_types::qs_wf_history_type::store_wf = .FALSE. |
Definition at line 101 of file qs_wf_history_types.F.
logical qs_wf_history_types::qs_wf_history_type::store_rho_r = .FALSE. |
Definition at line 101 of file qs_wf_history_types.F.
logical qs_wf_history_types::qs_wf_history_type::store_rho_g = .FALSE. |
Definition at line 101 of file qs_wf_history_types.F.
logical qs_wf_history_types::qs_wf_history_type::store_rho_ao = .FALSE. |
Definition at line 101 of file qs_wf_history_types.F.
logical qs_wf_history_types::qs_wf_history_type::store_rho_ao_kp = .FALSE. |
Definition at line 101 of file qs_wf_history_types.F.
logical qs_wf_history_types::qs_wf_history_type::store_overlap = .FALSE. |
Definition at line 101 of file qs_wf_history_types.F.
logical qs_wf_history_types::qs_wf_history_type::store_frozen_density = .FALSE. |
Definition at line 101 of file qs_wf_history_types.F.
type(qs_wf_snapshot_p_type), dimension(:), pointer qs_wf_history_types::qs_wf_history_type::past_states => NULL() |
Definition at line 104 of file qs_wf_history_types.F.