fromOMOL

fun Molecule.Companion.fromOMOL(toml: String, throwOnMissingAtoms: Boolean = DefaultThrowOnMissingAtoms): List<Molecule>

Read molecules from the OMOL (OSPREY molecule) format.


fun Molecule.Companion.fromOMOL(doc: TomlParseResult, throwOnMissingAtoms: Boolean = DefaultThrowOnMissingAtoms): List<Molecule>