Companion
Extensions
Link copied to clipboard
fun Molecule.Companion.fromMol2WithMetadata(mol2: String, isPolymer: Boolean? = null): Pair<Molecule, Mol2Metadata>
Content copied to clipboard
Link copied to clipboard
fun Molecule.Companion.fromOMOL(toml: String, throwOnMissingAtoms: Boolean = DefaultThrowOnMissingAtoms): List<Molecule>
Content copied to clipboard
Read molecules from the OMOL (OSPREY molecule) format.
fun Molecule.Companion.fromOMOL(doc: TomlParseResult, throwOnMissingAtoms: Boolean = DefaultThrowOnMissingAtoms): List<Molecule>
Content copied to clipboard
Link copied to clipboard
fun Molecule.Companion.fromOMOLWithAtoms(doc: TomlParseResult, throwOnMissingAtoms: Boolean = DefaultThrowOnMissingAtoms): List<Pair<Molecule, Map<Int, Atom>>>
Content copied to clipboard
Link copied to clipboard
Read a molecule in PDB format.