PoreMS 0.3
  • API
  • Molecule
  • Pore
  • Workflow
  • Pore shape examples
  • Site
    • Page
        • Molecule._box_size
          • Molecule._box_size()
    • Molecule._box_size
      • Molecule._box_size()
    Source

    Molecule._box_size¶

    Molecule._box_size()¶

    Calculate the box size of the current molecule. This is done by determining the maximal coordinate value of all atoms in all dimensions

    \[\boldsymbol{b}=\begin{pmatrix}\max(\boldsymbol{d}_1)&\max(\boldsymbol{d}_1)&\dots&\max(\boldsymbol{d}_n)\end{pmatrix}^T\]

    where \(\boldsymbol{d}_i\) is the dimension-vector of the data matrix.

    Returns:
    boxlist

    Box length of the current molecule

    Back to top

    © Copyright 2021, Hamzeh Kraus.
    Created using Sphinx 7.4.6.