Antechamber

object Antechamber

Types

Link copied to clipboard
enum AtomTypes : Enum<Antechamber.AtomTypes>
Link copied to clipboard
enum ChargeMethod : Enum<Antechamber.ChargeMethod>
Link copied to clipboard
class Exception(msg: String, pdb: String, results: Antechamber.Results) : RuntimeException
Link copied to clipboard
enum InType : Enum<Antechamber.InType>
Link copied to clipboard
data class Results(exitCode: Int, console: List<String>, mol2: String?, sqm: SQM.Results?)

Functions

Link copied to clipboard
fun run(serviceDir: Path, inmol: String, inType: Antechamber.InType, atomTypes: Antechamber.AtomTypes, useACDoctor: Boolean = true, generateCharges: Antechamber.ChargeMethod? = null, netCharge: Int? = null, sqmOptions: SQM.Options = SQM.Options()): Antechamber.Results