git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / compute_improper.txt
blobf0d2fa400e634ad40eccda5999f0bded55467eaf
1 "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
3 :link(lws,http://lammps.sandia.gov)
4 :link(ld,Manual.html)
5 :link(lc,Section_commands.html#comm)
7 :line
9 compute improper command :h3
11 [Syntax:]
13 compute ID group-ID improper :pre
15 ID, group-ID are documented in "compute"_compute.html command
16 improper = style name of this compute command :ul
18 [Examples:]
20 compute 1 all improper :pre
22 [Description:]
24 Define a computation that extracts the improper energy calculated by
25 each of the improper sub-styles used in the "improper_style
26 hybrid"_improper_hybrid.html command.  These values are made
27 accessible for output or further processing by other commands.  The
28 group specified for this command is ignored.
30 This compute is useful when using "improper_style
31 hybrid"_improper_hybrid.html if you want to know the portion of the
32 total energy contributed by one or more of the hybrid sub-styles.
34 [Output info:]
36 This compute calculates a global vector of length N where N is the
37 number of sub_styles defined by the "improper_style
38 hybrid"_improper_style.html command.  which can be accessed by indices
39 1-N.  These values can be used by any command that uses global scalar
40 or vector values from a compute as input.  See "this
41 section"_Section_howto.html#howto_15 for an overview of LAMMPS output
42 options.
44 The vector values are "extensive" and will be in energy
45 "units"_units.html.
47 [Restrictions:] none
49 [Related commands:]
51 "compute pe"_compute_pe.html, "compute pair"_compute_pair.html
53 [Default:] none