(git:6a2e663)
qs_wf_history_types Module Reference

interpolate the wavefunctions to speed up the convergence when doing MD More...

Functions/Subroutines

subroutine, public wfi_retain (wf_history)
 retains a wf history (see doc/ReferenceCounting.html) More...
 
subroutine, public wfi_release (wf_history)
 releases a wf_history of a wavefunction (see doc/ReferenceCounting.html) More...
 
type(qs_wf_snapshot_type) function, pointer, public wfi_get_snapshot (wf_history, wf_index)
 returns a snapshot, the first being the latest snapshot More...
 

Detailed Description

interpolate the wavefunctions to speed up the convergence when doing MD

History
12.2002 created [fawzi] 02.2005 wf_mol added [MI]
Author
fawzi

Function/Subroutine Documentation

◆ wfi_retain()

subroutine, public qs_wf_history_types::wfi_retain ( type(qs_wf_history_type), pointer  wf_history)

retains a wf history (see doc/ReferenceCounting.html)

Parameters
wf_historythe wf_history to retain
History
02.2003 created [fawzi]
Author
fawzi

Definition at line 154 of file qs_wf_history_types.F.

Here is the caller graph for this function:

◆ wfi_release()

subroutine, public qs_wf_history_types::wfi_release ( type(qs_wf_history_type), pointer  wf_history)

releases a wf_history of a wavefunction (see doc/ReferenceCounting.html)

Parameters
wf_historythe wf_history to release
History
02.2003 created [fawzi]
Author
fawzi

Definition at line 170 of file qs_wf_history_types.F.

Here is the caller graph for this function:

◆ wfi_get_snapshot()

type(qs_wf_snapshot_type) function, pointer, public qs_wf_history_types::wfi_get_snapshot ( type(qs_wf_history_type), pointer  wf_history,
integer, intent(in)  wf_index 
)

returns a snapshot, the first being the latest snapshot

Parameters
wf_historythe plage where to get the snapshot
wf_indexthe index of the snapshot you want
Returns
...
History
12.2002 created [fawzi]
Author
fawzi

Definition at line 203 of file qs_wf_history_types.F.

Here is the call graph for this function:
Here is the caller graph for this function: