Unverified Commit cb8313d9 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

document added warning for fix bond/create

parent 8fa0700d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -195,6 +195,12 @@ Doc page with :doc:`ERROR messages <Errors_messages>`
*Fix SRD walls overlap but fix srd overlap not set*
   You likely want to set this in your input script.

* Fix bond/create is used multiple times or with fix bond/break - may not work as expected*
   When using fix bond/create multiple times or in combination with
   fix bond/break, the individual fix instances do not share information
   about changes they made at the same time step and thus it may result
   in unexpected behavior.

*Fix bond/swap will ignore defined angles*
   See the doc page for fix bond/swap for more info on this
   restriction.
+7 −0
Original line number Diff line number Diff line
@@ -239,6 +239,13 @@ will be truncated to attempt to prevent the bond from blowing up. :dd

You likely want to set this in your input script. :dd

{ Fix bond/create is used multiple times or with fix bond/break - may not work as expected} :dt

When using fix bond/create multiple times or in combination with
fix bond/break, the individual fix instances do not share information
about changes they made at the same time step and thus it may result
in unexpected behavior. :dd

{Fix bond/swap will ignore defined angles} :dt

See the doc page for fix bond/swap for more info on this
+7 −0
Original line number Diff line number Diff line
@@ -170,4 +170,11 @@ See the read_data command for info on setting the "extra special per
atom" header value to allow for additional special values to be
stored.

W: Fix bond/create is used multiple times or with fix bond/break - may not work as expected

When using fix bond/create multiple times or in combination with
fix bond/break, the individual fix instances do not share information
about changes they made at the same time step and thus it may result
in unexpected behavior.

*/