Category: CPPTRAJ

hmassrepartition

Perform hydrogen mass repartitioning. hmassrepartition [parm <name> | crdset <set> | parmindex <#> | <#>] [<mask>] [hmass <hydrogen new mass>] [dowater] parm <name> Modify topology selected by name. crdset<set> Modify topology of COORDS set. parmindex <#> | <#>… Read More

random

Set the default random number generator used in CPPTRAJ random [setdefault {marsaglia|stdlib|mt|pcg32|xo128}]        [createset count <#> [seed <#>]        settype {int|float01|gauss [mean ] [sd ]}] setdefault If specified, change the default random number generator… Read More

set

Set or update a script variable. set { <variable> <OP> <value> |       <variable> <OP> {atoms|residues|molecules} inmask <mask>     [parm <name> | parmindex <#> | <#>] <variable> <OP> trajinframes } Available <OP> : ’=’, ’+=’… Read More

for

Create a ’for’ loop. for { {atoms|residues|molecules|molfirstres|mollastres}       <var> inmask <mask> [parm <name> | parmindex <#> | <#>] |         <var> in <list> |         <var> oversets <list> |       <var> datasetblocks… Read More

show

Show all current script variables and their values. show [<var1> …] If no variable names specified, show all current script variables and their values. Otherwise, show the values of the specified script variables.