Conf Space Compiler
Collects all the information from a conformation space, combines it with forcefield parameters, and emits a TOML file that describes the parameterized conformation space to Osprey in a totally unambiguous way.
Constructors
Types
Link copied to clipboard
data class Report(warnings: List<CompilerWarning>, error: CompilerError?, compiled: CompiledConfSpace?)
Content copied to clipboard
Functions
Link copied to clipboard
fun compile(concurrency: Int = Parallelism.getMaxNumCPUs()): CompilerProgress
Content copied to clipboard
Compiles the conf space and the forcefields. If something goes wrong, the errors are collected and returned in the compilation report.