module Chem::Spatial::PBC
Extended Modules
Defined in:
chem/spatial/pbc.crConstant Summary
-
ADJACENT_IMAGE_IDXS =
[{1, 0, 0}, {0, 1, 0}, {0, 0, 1}, {1, 1, 0}, {1, 0, 1}, {0, 1, 1}, {1, 1, 1}]
Instance Method Summary
- #adjacent_images(*args, **options) : Array(Tuple(Atom, Vector))
- #each_adjacent_image(atoms : AtomCollection, lattice : Lattice, radius : Number, &block : Atom, Vector -> )
- #each_adjacent_image(atoms : AtomCollection, lattice : Lattice, &block : Atom, Vector -> )
- #each_adjacent_image(structure : Structure, radius : Number, &block : Atom, Vector -> )
- #each_adjacent_image(structure : Structure, &block : Atom, Vector -> )
- #unwrap(atoms : AtomCollection, lattice : Lattice) : Nil
Instance Method Detail
def each_adjacent_image(atoms : AtomCollection, lattice : Lattice, radius : Number, &block : Atom, Vector -> )
#