![]() |
(git:b77b4be)
|
evaluations of colvar for internal coordinates schemes More...
Functions/Subroutines | |
integer function, public | number_of_colvar (force_env, only_intra_colvar, unique) |
Gives back the number of colvar defined for a force_eval. | |
subroutine, public | set_colvars_target (targets, force_env) |
Set the value of target for constraints/restraints. | |
subroutine, public | eval_colvar (force_env, coords, cvalues, bmatrix, massi, amatrix) |
Computes the values of colvars and the Wilson matrix B and its invers A. | |
subroutine, public | get_clv_force (force_env, forces, coords, nsize_xyz, nsize_int, cvalues, mmatrix) |
Computes the forces in the frame of collective variables, and additional also the local metric tensor. | |
subroutine, public | post_process_colvar (colvar, particles) |
Complete the description of the COORDINATION colvar when defined using KINDS. | |
evaluations of colvar for internal coordinates schemes
integer function, public colvar_utils::number_of_colvar | ( | type(force_env_type), pointer | force_env, |
logical, intent(in), optional | only_intra_colvar, | ||
logical, intent(in), optional | unique | ||
) |
Gives back the number of colvar defined for a force_eval.
force_env | ... |
only_intra_colvar | ... |
unique | ... |
Definition at line 69 of file colvar_utils.F.
subroutine, public colvar_utils::set_colvars_target | ( | real(kind=dp), dimension(:), intent(in) | targets, |
type(force_env_type), pointer | force_env | ||
) |
Set the value of target for constraints/restraints.
targets | ... |
force_env | ... |
Definition at line 132 of file colvar_utils.F.
subroutine, public colvar_utils::eval_colvar | ( | type(force_env_type), pointer | force_env, |
real(kind=dp), dimension(:), intent(in), optional | coords, | ||
real(kind=dp), dimension(:), intent(out) | cvalues, | ||
real(kind=dp), dimension(:, :), optional, pointer | bmatrix, | ||
real(kind=dp), dimension(:), optional, pointer | massi, | ||
real(kind=dp), dimension(:, :), optional, pointer | amatrix | ||
) |
Computes the values of colvars and the Wilson matrix B and its invers A.
force_env | ... |
coords | ... |
cvalues | ... |
Bmatrix | ... |
MassI | ... |
Amatrix | ... |
Definition at line 191 of file colvar_utils.F.
subroutine, public colvar_utils::get_clv_force | ( | type(force_env_type), pointer | force_env, |
real(kind=dp), dimension(:), intent(inout), optional | forces, | ||
real(kind=dp), dimension(:), intent(inout), optional | coords, | ||
integer, intent(in) | nsize_xyz, | ||
integer, intent(in) | nsize_int, | ||
real(kind=dp), dimension(:), intent(out) | cvalues, | ||
real(kind=dp), dimension(:), intent(out) | mmatrix | ||
) |
Computes the forces in the frame of collective variables, and additional also the local metric tensor.
force_env | ... |
forces | ... |
coords | ... |
nsize_xyz | ... |
nsize_int | ... |
cvalues | ... |
Mmatrix | ... |
Definition at line 511 of file colvar_utils.F.
subroutine, public colvar_utils::post_process_colvar | ( | type(colvar_type), pointer | colvar, |
type(particle_type), dimension(:), optional, pointer | particles | ||
) |
Complete the description of the COORDINATION colvar when defined using KINDS.
colvar | ... |
particles | ... |
Definition at line 566 of file colvar_utils.F.