(git:34ef472)
cp_subsys_types.F File Reference

Go to the source code of this file.

Modules

module  cp_subsys_types
 types that represent a subsys, i.e. a part of the system
 

Functions/Subroutines

subroutine, public cp_subsys_types::cp_subsys_retain (subsys)
 retains a subsys (see doc/ReferenceCounting.html) More...
 
subroutine, public cp_subsys_types::cp_subsys_release (subsys)
 releases a subsys (see doc/ReferenceCounting.html) More...
 
subroutine, public cp_subsys_types::cp_subsys_set (subsys, atomic_kinds, particles, local_particles, molecules, molecule_kinds, local_molecules, para_env, colvar_p, shell_particles, core_particles, gci, multipoles, results, cell)
 sets various propreties of the subsys More...
 
subroutine, public cp_subsys_types::cp_subsys_get (subsys, ref_count, atomic_kinds, atomic_kind_set, particles, particle_set, local_particles, molecules, molecule_set, molecule_kinds, molecule_kind_set, local_molecules, para_env, colvar_p, shell_particles, core_particles, gci, multipoles, natom, nparticle, ncore, nshell, nkind, atprop, virial, results, cell)
 returns information about various attributes of the given subsys More...
 
subroutine, public cp_subsys_types::pack_subsys_particles (subsys, f, r, s, v, fscale, cell)
 Pack components of a subsystem particle sets into a single vector. More...
 
subroutine, public cp_subsys_types::unpack_subsys_particles (subsys, f, r, s, v, fscale, cell)
 Unpack components of a subsystem particle sets into a single vector. More...