"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c :link(lws,http://lammps.sandia.gov) :link(ld,Manual.html) :link(lc,Section_commands.html#comm) :line box command :h3 [Syntax:] box keyword value ... :pre one or more keyword/value pairs may be appended :ulb,l keyword = {tilt} :l {tilt} value = {small} or {large} :pre :ule [Examples:] box tilt large box tilt small :pre [Description:] Set attributes of the simulation box. For triclinic (non-orthogonal) simulation boxes, the {tilt} keyword allows simulation domains to be created with arbitrary tilt factors, e.g. via the "create_box"_create_box.html or "read_data"_read_data.html commands. Tilt factors determine how skewed the triclinic box is; see "this section"_Section_howto.html#howto_12 of the manual for a discussion of triclinic boxes in LAMMPS. LAMMPS normally requires that no tilt factor can skew the box more than half the distance of the parallel box length, which is the 1st dimension in the tilt factor (x for xz). If {tilt} is set to {small}, which is the default, then an error will be generated if a box is created which exceeds this limit. If {tilt} is set to {large}, then no limit is enforced. You can create a box with any tilt factors you wish. Note that if a simulation box has a large tilt factor, LAMMPS will run less efficiently, due to the large volume of communication needed to acquire ghost atoms around a processor's irregular-shaped sub-domain. For extreme values of tilt, LAMMPS may also lose atoms and generate an error. [Restrictions:] This command cannot be used after the simulation box is defined by a "read_data"_read_data.html or "create_box"_create_box.html command or "read_restart"_read_restart.html command. [Related commands:] none [Default:] The default value is tilt = small.