Module
ValidatedMolecule
- Package
- purescript-validated-molecule
- Repository
- lukasturcani/validated-molecule
Allows the creation of validated molecular structures.
#atom1 Source
atom1 :: MoleculeBond -> MoleculeAtomGet the first atom of a bond.
#atom2 Source
atom2 :: MoleculeBond -> MoleculeAtomGet the second atom of a bond.
#order Source
order :: MoleculeBond -> BondOrderGet the bond order of a bond.
#id Source
id :: MoleculeAtom -> AtomIdGet the id of an atom.
#chemicalSymbol Source
chemicalSymbol :: MoleculeAtom -> ChemicalSymbolGet the chemical symbol of an atom.
#position Source
position :: MoleculeAtom -> PositionGet the position of an atom.
Re-exports from ValidatedMolecule.Internal.Atom
Re-exports from ValidatedMolecule.Internal.Bond
Re-exports from ValidatedMolecule.Internal.Molecule
#MoleculeBond Source
data MoleculeBond#MoleculeAtom Source
data MoleculeAtom