PoreMS 0.2
  • API
  • Process
  • Molecule
  • Pore
  • Workflow
  • Site
    • Page
        • Matrix.bound

    Matrix.bound¶

    Matrix.bound(self, num_bonds, logic='eq')¶

    Return a list of atoms with the specified number of bonds. Possible logic arguments are

    • eq - Equals
    • lt - Less than
    • gt - Greater than
    Parameters:
    num_bonds : int

    Number of bonds to search for

    logic : string, optional

    Logic statement

    Returns:
    atoms : list

    List of atom ids with the number of specified bonds

    Back to top

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