You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that the :term:`RDF` calculations will be performed every :attr:`interval` steps, with :attr:`num_bins` data points evenly distributed from 0 to :attr:`cutoff` (in units of Ångstrom) in terms of the distance between atom pairs.
39
39
40
-
Without the optional parameters, only the total :term:`RDF` will be calculated.
41
-
42
-
To additionally calculate the partial :term:`RDF` for a pair of species, one can specify the types of the two species after the word "atom".
43
-
The types 0, 1, 2, ... correspond to the species in the potential file in order.
44
-
Currently, one can specify at most 6 pairs.
40
+
Starting from GPUMD-v4.9, there is no need to specify the atom pairs and the code will calculate the partial :term:`RDF`s for all atom pairs.
45
41
46
42
Example
47
43
-------
48
44
49
-
compute_rdf 8.0 400 1000 # total RDF every 1000 MD steps with 400 data up to 8 Angstrom
50
-
compute_rdf 8.0 400 1000 atom 0 0 atom 1 1 atom 0 1 # additionally calculate 3 partial RDFs
45
+
compute_rdf 8.0 400 1000 # Calculate all RDFs every 1000 MD steps with 400 data up to 8 Angstrom
0 commit comments