Parmchk

object Parmchk

Types

Link copied to clipboard
enum AtomTypes : Enum<Parmchk.AtomTypes>
Link copied to clipboard
class Exception(msg: String, mol2: String, results: Parmchk.Results) : RuntimeException
Link copied to clipboard
data class Results(errorCode: Int, console: List<String>, frcmod: String?)

Functions

Link copied to clipboard
fun run(serviceDir: Path, mol2: String, atomTypes: Parmchk.AtomTypes): Parmchk.Results