from OMOL
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