Procedure | Location | Procedure Type | Description |
---|---|---|---|
aabb_calc_center | aabb_m | Subroutine | Calculates the center of an aabb. |
aabb_calc_srfarea | aabb_m | Subroutine | Calculates the surface area of an aabb. |
aabb_clear | aabb_m | Subroutine | Clears all attributes of an AABB and sets them to zero. |
aabb_fatten | aabb_m | Subroutine | Fattens an AABB by a fraction of its base extent. |
aabb_get_extent | aabb_m | Subroutine | Calculates the extent of an aabb. The extent of an AABB is defined as the difference between its upper and lower bounds. |
aabb_includes | aabb_m | Function | Returns true if this includes other, false otherwise. Inclusion is considered in a strict sense. |
aabb_init | aabb_m | Subroutine | Initializes an aabb_t instance from lower and upper bounds. |
aabb_overlaps | aabb_m | Function | Returns true if this overlaps other, false otherwise. Touching does not count as an overlap. |
aabb_print | aabb_m | Subroutine | Prints an AABB. |
aabb_union | aabb_m | Function | Combines AABBs x and y to return a new AABB z. |
aabb_update | aabb_m | Subroutine | Updates an AABB with new bounds. |
add_transpose | utils_math_m | Subroutine | Adds a square matrix and its transpose in place: |
allclose | utils_math_m | Interface | Checks if two arrays are elementwise close within tolerance |
allclose_rank1 | utils_math_m | Function | Checks if two rank-1 floating point arrays of type double are close within tolerance. |
allclose_rank2 | utils_math_m | Function | Checks if two rank-2 floating point arrays of type double are close within tolerance. |
allclose_rank3 | utils_math_m | Function | Checks if two rank-3 floating point arrays of type double are close within tolerance. |
ang_cos_set | ia_angle_m | Subroutine | Setter for angular cosine interaction. |
assignment(=) | vector_m | Interface | |
atan_build | connectivity_m | Subroutine | |
atat_build | connectivity_m | Subroutine | |
atbo_build | connectivity_m | Subroutine | |
atdh_build | connectivity_m | Subroutine | |
atmcfg_delete | atmcfg_m | Subroutine | Deallocates all memory acquired by a |
balance | aabbtree_m | Interface | |
bds_finish | bd_solver_m | Subroutine | Clears up memory allocated in bds_init. |
bds_init | bd_solver_m | Subroutine | Initializes the BD solver. |
bds_run | bd_solver_m | Subroutine | Driver for BD integrator. |
bond_fene | ia_bond_m | Subroutine | Calculates energy & its derivative for FENE bond. See bond_fene_set. |
bond_fene_set | ia_bond_m | Subroutine | Setter for FENE bond. |
bond_harm | ia_bond_m | Subroutine | Calculates energy & its derivative for harmonic bond. See bond_harm_set. |
bond_harm_set | ia_bond_m | Subroutine | Setter for harmonic bond interaction. |
bond_kg | ia_bond_m | Subroutine | Calculates energy & its derivative for Kremer-Grest bond. See bond_kg_set. |
bond_kg_set | ia_bond_m | Subroutine | Setter for FENE bond interaction. |
bond_ms | ia_bond_m | Subroutine | Evaluates the potential & its derivative for Marko-Siggia bond. See bond_ms_set. |
bond_ms_set | ia_bond_m | Subroutine | Setter for Marko-Siggia bond. |
brn_calc_bdw | brown_m | Subroutine | Main driver routine for calculating B.dW. |
brn_calc_dw | brown_m | Subroutine | Calculates standard normally distributed random vectors. |
brn_finish | brown_m | Subroutine | Performs cleanup. |
brn_init | brown_m | Subroutine | Performs initial setup. |
build_pt_aabbtree | pairtab_m | Subroutine | |
build_pt_cell_list | pairtab_m | Subroutine | Builds a pair table using cell list. |
build_pt_n2 | pairtab_m | Subroutine | Builds a pair table using direct N^2 looping over all pairs. |
build_pt_verlet | pairtab_m | Subroutine | Builds a pair table using the Verlet scheme. |
calc_bdw_blanc | brown_m | Subroutine | Implements block Lanczos algorithm for calculating B.dW. |
calc_bdw_cholesky | brown_m | Subroutine | Calculates B.dW using Cholesky decomposition. |
calc_bdw_lanc | brown_m | Subroutine | Implements Lanczos algorithm for calculating B.dW. |
calc_bdw_lanc_sor | brown_m | Subroutine | |
calc_diffusion | bd_solver_m | Subroutine | Calculates the diffusion term of the SDE. Updates module variables
|
calc_drift | bd_solver_m | Subroutine | Calculates the drift term of the SDE. |
calc_height | aabbtree_m | Interface | |
calc_rpy_tensor | bd_solver_m | Subroutine | Calculates the RPY approximation to the mobility tensor. |
cl_build | cell_list_m | Subroutine | Sorts atoms into cells for calculating short-range interations |
cl_build_cell_nbrs | cell_list_m | Subroutine | Makes a table of neighboring cells. |
cl_delete | cell_list_m | Subroutine | Deallocates memory allocated in |
cl_get_contents | cell_list_m | Subroutine | Returns a pointer to the entries of cell with linear index ic. |
cl_get_nbr_cells | cell_list_m | Subroutine | Returns a pointer to the neighbor cells of cell with linear index ic. |
cl_get_num_cells | cell_list_m | Function | Returns the total number of cells |
cl_init | cell_list_m | Subroutine | Initializes a cell list. |
cl_print | cell_list_m | Subroutine | Prints a cell list |
cl_set_cell_size | cell_list_m | Subroutine | Sets the cell size. The actual cell size may be slightly larger. |
clear | aabbtree_m | Interface | |
compute_ic0 | stats_m | Subroutine | Computes statistics for a single chain in unbounded domain. |
compute_ic1 | stats_m | Subroutine | Computes statistics for possibly multiple chains in a periodic domain. |
control_read | control_m | Subroutine | Reads simulation control parameters from file |
control_write | control_m | Subroutine | Write simulation parameters to file |
cross | utils_math_m | Subroutine | Calculates the cross product between two 3-element vectors |
cross_mat | utils_math_m | Subroutine | Calculates the cross product matrix of a 3-element vector. The cross product matrix A of a is defined as a x b = A . b, where b is another 3-element vector. |
deg2rad | utils_math_m | Subroutine | |
delete | aabbtree_m | Interface | |
delete_stream | random_m | Subroutine | Deletes a BRNG stream. |
det | utils_math_m | Function | Returns the determinant of an (N x N) matrix, where N = 2, 3, or 4. |
dqsort | qsort_m | Subroutine | Sorts a sequence of reals |
dsyevc3 | utils_math_m | Subroutine | Calculates the eigenvalues of a symmetric 3x3 matrix A using Cardano's analytical algorithm. Only the diagonal and upper triangular parts of A are accessed. The access is read-only. |
dvector_append | vector_m | Subroutine | Adds an element to the end of a dvector. Reallocation will take place if required. |
dvector_assign | vector_m | Subroutine | Copies the contents of dvector |
dvector_clear | vector_m | Subroutine | Clears a dvector. Access allowed after a call to clear. |
dvector_delete | vector_m | Subroutine | Deletes a dvector. No access is allowed to this object after this call. |
dvector_from_array | vector_m | Subroutine | Creates a dvector with all elements from an array |
dvector_get_data | vector_m | Subroutine | Returns a pointer to the underlying data of a dvector |
dvector_get_len | vector_m | Function | Returns the length of a dvector |
dvector_get_val | vector_m | Function | Returns the ith element of a dvector. |
dvector_init | vector_m | Subroutine | Creates an empty dvector with all elements equal to zero. |
dvector_init | vector_m | Interface | |
dvector_pop | vector_m | Function | Removes the last element and returns it. Calling this method on an empty list |
dvector_print | vector_m | Subroutine | Prints a dvector |
dvector_resize | vector_m | Subroutine | Resizes a vector to a given size. Existing data is truncated if desired size is smaller than current size. Otherwise, the empty spaces are filled with zero. |
dvector_set_val | vector_m | Subroutine | Sets the value of the ith element of a dvector. No bounds check is performed. |
dvector_shrink_to_fit | vector_m | Subroutine | Releases additional memory to fit underlying data of a dvector to a size this%len_init. |
dvector_sort | vector_m | Subroutine | Sorts a dvector in ascending order. If |
dvector_unique | vector_m | Subroutine | Sorts and removes all duplicate entries of a dvector. Note that the internal
buffer size remains unchanged. To reduce the buffer size, call
|
eigval_33rsym | utils_math_m | Subroutine | Calculates the eigenvalues of a 3 x 3 real symmetric matrix. The eigenvalues calculated are in decreasing order. Only the diagonal and lower triangular part of the matrix is accessed. |
exat_build | connectivity_m | Subroutine | Before a call to this first build atbo_tab. |
finish | setup_m | Subroutine | |
fs_acquire | aabbtree_m | Interface | |
fs_return | aabbtree_m | Interface | |
get_aabb | aabbtree_m | Interface | |
get_diagonal | utils_math_m | Subroutine | Returns the diagonal elements of a square matrix. |
get_height | aabbtree_m | Interface | |
get_iuniform | random_m | Function | Returns a random integer from a uniform distribution. |
get_max_balance | aabbtree_m | Interface | |
get_num_atoms | aabbtree_m | Interface | |
get_quad_form | utils_math_m | Function | Calculates the quadratic form x^T A x, where A is an n x n matrix and x is a vector of length n |
get_rv_gaussian | random_m | Subroutine | Generates a random vector of integers from a gaussian distribution. |
get_rv_iuniform | random_m | Subroutine | Returns a random vector of integers from a uniform distribution. |
get_rv_uniform | random_m | Subroutine | Returns a random vector from a uniform distribution. |
get_srfarea_ratio | aabbtree_m | Interface | |
get_uniform | random_m | Function | Returns a random number from a uniform distribution. |
hms_current_hms | timestamp_m | Subroutine | HMS_CURRENT_HMS returns the current HMS time as integers. |
hms_current_print | timestamp_m | Subroutine | HMS_CURRENT_PRINT prints the current HMS time, and a user specified string. |
hms_current_string | timestamp_m | Subroutine | HMS_CURRENT_STRING writes the current HMS data into a string. |
hms_delta_print | timestamp_m | Subroutine | HMS_DELTA_PRINT prints the change in HMS time, and a user specified string. |
i_dvector_assign | vector_m | Subroutine | Copies the contents of ivector |
ia_add_angle_forces | interaction_m | Subroutine | Calculates forces & energy due to all angles. Will add to
|
ia_add_bond_forces | interaction_m | Subroutine | Calculates forces & energy due to all bonds. Will add to
|
ia_add_dihedral_forces | interaction_m | Subroutine | Calculates forces & energy due to all dihedrals. Will add to
|
ia_add_external_forces | ia_external_m | Subroutine | Calculates the force and energy due to an external field and adds to
|
ia_add_tether_forces | interaction_m | Subroutine | Calculates forces & energy due to all tethers. Will add to |
ia_add_vdw_forces | interaction_m | Subroutine | Calculates force and energy due to all short-ranged non-bonded pairwise
interactions based on |
ia_angle_setup | ia_angle_m | Subroutine | Sets up parameters for angle potentials |
ia_bond_setup | ia_bond_m | Subroutine | Sets up parameters for bond potentials |
ia_calc_forces | interaction_m | Subroutine | Calculates total forces and energies |
ia_dihedral_setup | ia_dihedral_m | Subroutine | Sets up parameters for dihedral potentials |
ia_external_setup | ia_external_m | Subroutine | Sets up parameters for external potentials. Usually there is nothing to set for externals, but this acts as a placeholder for special cases. |
ia_finish | interaction_m | Subroutine | Cleanup routine for interaction calculation. |
ia_get_angle_force | ia_angle_m | Subroutine | Calculates the energy & force due to an angle. |
ia_get_bond_force | ia_bond_m | Subroutine | Calculates the energy & its derivative due to a bond. |
ia_get_dihedral_force | ia_dihedral_m | Subroutine | Calculates the force & energy due to a dihedral. |
ia_get_tether_force | ia_tether_m | Subroutine | Calculates the energy and its derivative due to a tether. |
ia_get_vdw_force | ia_vdw_m | Subroutine | Calculates the energy & its derivative due to a single interacting pair of atoms. |
ia_setup | interaction_m | Subroutine | Builds necessary neighbor tables and sets up parameters for potentials. |
ia_tether_setup | ia_tether_m | Subroutine | Sets up parameters for tether potentials |
ia_vdw_setup | ia_vdw_m | Subroutine | Sets up parameters for vdw potentials |
identity | utils_math_m | Subroutine | Creates an identity matrix of size n x n. |
init | aabbtree_m | Interface | |
init_stream | random_m | Subroutine | Initializes a BRNG stream. |
insert | aabbtree_m | Interface | |
insert_leaf | aabbtree_m | Interface | |
integrate_em | bd_solver_m | Subroutine | Performs one step of BD integration using explicit Euler-Maruyama scheme. |
integrate_se | bd_solver_m | Subroutine | Performs one step of BD integration using semi-implicit Euler scheme. |
invert_mat33 | utils_math_m | Subroutine | Inverts a 3x3 matrix. |
iqsort | qsort_m | Subroutine | Sorts a sequence of integers |
isclose | utils_math_m | Function | Checks if two floating point numbers of type double are close within tolerance. |
itbl_append | table_m | Subroutine | Appends an element |
itbl_clear | table_m | Subroutine | Clears all rows. Does not deallocate memory. |
itbl_delete | table_m | Subroutine | Deletes an itable_t. No access is allowed to this object after this call. |
itbl_get_row | table_m | Subroutine | Returns a pointer to the row data of irow. No bounds checking is performed. |
itbl_get_val | table_m | Function | Returns the jth element of row irow |
itbl_init | table_m | Subroutine | Creates an empty itable_t with num_rows rows and all rows having zero elements. |
itbl_is_in | table_m | Function | Returns .true. if val is in row irow, .false. otherwise. |
itbl_print | table_m | Subroutine | Prints an itable_t. |
itbl_set_val | table_m | Subroutine | Sets the value of the jth element of row irow. |
itbl_shrink_to_fit | table_m | Subroutine | Releases additional memory to fit underlying data. |
ivector_append | vector_m | Subroutine | Adds an element to the end of an ivector. Reallocation will take place if required. |
ivector_assign | vector_m | Subroutine | Copies the contents of ivector |
ivector_clear | vector_m | Subroutine | Clears an ivector. Access allowed after a call to clear. |
ivector_delete | vector_m | Subroutine | Deletes an ivector. No access is allowed to this object after this call. |
ivector_from_array | vector_m | Subroutine | Creates an ivector with all elements from an array |
ivector_get_data | vector_m | Subroutine | Returns a pointer to the underlying data of an ivector |
ivector_get_len | vector_m | Function | Returns the length of an ivector |
ivector_get_val | vector_m | Function | Returns the ith element of an ivector. |
ivector_init | vector_m | Subroutine | Creates an empty ivector with all elements equal to zero. |
ivector_init | vector_m | Interface | |
ivector_pop | vector_m | Function | Removes the last element and returns it. Calling this method on an empty list |
ivector_print | vector_m | Subroutine | Prints an ivector |
ivector_resize | vector_m | Subroutine | Resizes a vector to a given size. Existing data is truncated if desired size is smaller than current size. Otherwise, the empty spaces are filled with zero. |
ivector_set_val | vector_m | Subroutine | Sets the value of the ith element of an ivector. No bounds check is performed. |
ivector_shrink_to_fit | vector_m | Subroutine | Releases additional memory to fit underlying data of an ivector to a size this%len_init. |
ivector_sort | vector_m | Subroutine | Sorts an ivector in ascending order. If |
ivector_unique | vector_m | Subroutine | Sorts and removes all duplicate entries of an ivector. Note that the internal
buffer size remains unchanged. To reduce the buffer size, call
|
linspace | utils_math_m | Subroutine | Generates evenly spaced numbers over a specified interval. Both end
points are included. If |
load_stream | random_m | Subroutine | Loads a BRNG stream from file |
logger_finish | logger_m | Subroutine | Cleanup routine for a |
logger_init | logger_m | Subroutine | Initializes a logger. |
logger_log_msg | logger_m | Subroutine | Write a message to the log file. |
logspace | utils_math_m | Subroutine | Generates numbers spaced evenly on a log scale.
In linear space, the sequence starts at |
multiply_transpose | utils_math_m | Subroutine | Multiplies a matrix with its transpose: |
nitbt | nitbt.f | Subroutine | |
nitdrv | nitdrv.f | Subroutine | |
nitfd | nitjv.f | Subroutine | |
nitgm | nitgm.f | Subroutine | |
nitjv | nitjv.f | Subroutine | |
nitsol | nitsol.f | Subroutine | |
nitstb | nitstb.f | Subroutine | |
nittfq | nittfq.f | Subroutine | |
node_asstr | aabbtree_m | Interface | |
node_init | aabbtree_m | Interface | |
node_isleaf | aabbtree_m | Interface | |
operator(+) | aabb_m | Interface | |
orth | utils_math_m | Subroutine | Orthogonalizes a set of vectors in-place using Gram-Schmidt orthonormalization |
outer | utils_math_m | Subroutine | Calculates the outer product of two vectors, . |
aabbtree_m | Interface | ||
pt_build | pairtab_m | Subroutine | Builds a pair table. The resulting table is stored in the module variable
|
pt_delete | pairtab_m | Subroutine | Cleanup for pair list calculation. |
pt_init | pairtab_m | Subroutine | Performs initial setup for building a pair list. |
query_waabb | aabbtree_m | Interface | |
query_watm | aabbtree_m | Interface | |
query_watmaabb | aabbtree_m | Interface | |
rad2deg | utils_math_m | Subroutine | |
ransphere | random_m | Subroutine | Generates a random vector from the surface of a unit sphere. |
read_config | config_io_m | Subroutine | Read from CONFIG file |
read_dump | config_io_m | Subroutine | Reads from DUMP file |
readline | strings_m | Subroutine | Reads a line from unit=nunitr, ignoring blank lines and deleting comments |
rebuild | aabbtree_m | Interface | |
remove | aabbtree_m | Interface | |
remove_all | aabbtree_m | Interface | |
remove_leaf | aabbtree_m | Interface | |
run | setup_m | Subroutine | |
save_seed | random_m | Subroutine | Saves the RNG seed to file |
save_stream | random_m | Subroutine | Saves a BRNG stream to file |
scalar_triple_product | utils_math_m | Function | Returns the scalar triple product a.(b x c) |
se_fval | bd_solver_m | Subroutine | Calculates the nonlinear function. |
se_jacv | bd_solver_m | Subroutine | Calculates jacobian times vector product. This is a dummy subroutine. |
smbx_freeze | simbox_m | Subroutine | Specifies this as non-deforming. |
smbx_get_image | simbox_m | Subroutine | Returns the image of r under PBC. |
smbx_get_rnd_points | simbox_m | Subroutine | Returns uniformly distributed points within the box. |
smbx_init | simbox_m | Subroutine | Initializes an instance of smbx_t. Can also be called to reset. |
smbx_set_basis | simbox_m | Subroutine | Sets all three basis vectors. |
smbx_to_center | simbox_m | Subroutine | Adjusts atom positions such that the c.o.m. of the atoms is at the center of the box. Assumes all atoms to have the same mass and aligned axis. Optionally returns the original c.o.m. |
smbx_to_origin | simbox_m | Subroutine | Adjusts atom positions such that the c.o.m. of the atoms is at the origin. Assumes all atoms to have the same mass and aligned axis. Optionally returns the original c.o.m. |
smbx_unfreeze | simbox_m | Subroutine | Specifies this as deforming. |
smbx_wrap_all | simbox_m | Subroutine | Wraps atom positions w.r.t. periodic boundary conditions. |
stats_accumulate | stats_m | Subroutine | Accumulates statistics. |
stats_finish | stats_m | Subroutine | Clean up for stats collection. |
stats_init | stats_m | Subroutine | Set up for stats collection |
stats_write | stats_m | Subroutine | Writes statistics to |
str_append | strings_m | Subroutine | Appends a copy of the |
str_compact | strings_m | Function | Returns a copy of |
str_compact_rlstr | strings_m | Subroutine | Compact a string representing a real number, so that the same value is displayed with fewer characters. |
str_del | strings_m | Subroutine | Deletes first |
str_endswith | strings_m | Function | Returns |
str_from_dnum | strings_m | Function | |
str_from_ilnum | strings_m | Function | |
str_from_inum | strings_m | Function | |
str_from_num | strings_m | Interface | Generic interface for writing a number to a string. The calling syntax is
|
str_get_keyval | strings_m | Subroutine | Split a string |
str_insert | strings_m | Subroutine | Inserts the string |
str_is_comment | strings_m | Function | Returns |
str_is_digit | strings_m | Function | Returns |
str_is_letter | strings_m | Function | Returns |
str_is_space | strings_m | Function | Returns |
str_match | strings_m | Subroutine | This routine finds the delimiter in string |
str_remove_stcc | strings_m | Function | Returns a copy of the string |
str_shift | strings_m | Subroutine | Shifts characters in |
str_split | strings_m | Subroutine | Routine finds the first instance of a character from |
str_startswith | strings_m | Function | Returns |
str_strip | strings_m | Function | Returns a copy of string |
str_strip_comment | strings_m | Subroutine | Strips trailing comment from a string. |
str_to_d | strings_m | Function | |
str_to_i | strings_m | Function | |
str_to_lower | strings_m | Function | This function returns a string that is like the string |
str_to_upper | strings_m | Function | This function returns a string that is like the string |
str_trimzero | strings_m | Function | Deletes nonsignificant trailing zeroes from number string str. If number string ends in a decimal point, one trailing zero is added. |
subtract_transpose | utils_math_m | Subroutine | Calculates the difference of a square matrix and its transpose in place: |
swap | utils_math_m | Interface | Swaps two arrays |
swap_complex | utils_math_m | Subroutine | |
swap_integer | utils_math_m | Subroutine | |
swap_real | utils_math_m | Subroutine | |
teth_harm | ia_tether_m | Subroutine | Calculates energy and its derivative for harmonic tether interaction. See teth_harm_set. |
teth_harm_set | ia_tether_m | Subroutine | Setter for harmonic tether interaction. |
teth_rigid | ia_tether_m | Subroutine | Not implemented, needs constraint formalism. See teth_rigid_set. |
teth_rigid_set | ia_tether_m | Subroutine | Setter for rigid tether interaction. |
timestamp | timestamp_m | Subroutine | TIMESTAMP prints the current YMDHMS date as a time stamp. |
timestring | timestamp_m | Subroutine | TIMESTRING writes the current YMDHMS date into a string. |
trace | utils_math_m | Function | Returns the trace of a square matrix |
traj_append_frame | trajectory_m | Subroutine | Write a frame to an open trajectory |
traj_close | trajectory_m | Subroutine | Closes the underlying file of a |
traj_create | trajectory_m | Subroutine | Creates a |
traj_delete | trajectory_m | Subroutine | After a call to this subroutine, all memory within |
traj_open | trajectory_m | Subroutine | Creates a |
traj_read | trajectory_m | Subroutine | Read from an open trajectory. |
traj_write_frame | trajectory_m | Subroutine | Write a frame to an open trajectory |
unitize | utils_math_m | Subroutine | Normalizes a vector in-place. If the magnitude of the vector is nearly zero, no normalization takes place and the vector is returned as is with a warning message. |
update_fatm | aabbtree_m | Interface | |
update_fatmaabb | aabbtree_m | Interface | |
validate | aabbtree_m | Interface | |
validate_metrics | aabbtree_m | Interface | |
validate_structure | aabbtree_m | Interface | |
vdw_cosine | ia_vdw_m | Subroutine | Evaluates the potential and its derivative for cosine interaction. See vdw_cosine_set. |
vdw_cosine_set | ia_vdw_m | Subroutine | Setter for cosine interaction. |
vdw_dpd | ia_vdw_m | Subroutine | Evaluates the potential and its derivative for standard DPD interaction. See vdw_dpd_set. |
vdw_dpd_set | ia_vdw_m | Subroutine | Setter for standard DPD interaction. |
vdw_gaussian | ia_vdw_m | Subroutine | Calculates energy & its derivative for gaussian interaction. See vdw_gaussian_set. |
vdw_gaussian_set | ia_vdw_m | Subroutine | Setter for gaussian interaction. The potential is truncated and force-shifted. |
vdw_lj | ia_vdw_m | Subroutine | Evaluates the potential and its derivative for LJ interaction. See vdw_lj_set. |
vdw_lj_coul | ia_vdw_m | Subroutine | Evaluates the potential and its derivative for Coulombic interaction combined with 12-6 LJ (cut & shifted). See vdw_lj_coul_set. |
vdw_lj_coul_debye | ia_vdw_m | Subroutine | Evaluates the potential and its derivative for screened Coulombic interaction combined with 12-6 LJ (cut & shifted). See vdw_lj_coul_debye_set. |
vdw_lj_coul_debye_set | ia_vdw_m | Subroutine | Setter for 12-6 LJ with screened Coulombic interaction. |
vdw_lj_coul_set | ia_vdw_m | Subroutine | Setter for 12-6 LJ with Coulombic interaction. |
vdw_lj_set | ia_vdw_m | Subroutine | Setter for 12-6 LJ (truncated & force-shifted) interaction. |
vector_triple_product | utils_math_m | Subroutine | Returns the vector triple product d = a x (b x c) |
write_config | config_io_m | Subroutine | Write to cfg file |
write_dump | config_io_m | Subroutine | Writes to DUMP file. |
write_hdr | stats_m | Subroutine | Writes header of the file |
write_ldf | config_io_m | Subroutine | Write to a LAMMPS data file. |
write_xyz | config_io_m | Subroutine | Write to an XYZ file. |
zero_out | stats_m | Subroutine |