ForcefieldParamsRequest

data class ForcefieldParamsRequest(molecules: List<ForcefieldParamsRequest.MolInfo>)

Constructors

Link copied to clipboard
fun ForcefieldParamsRequest(vararg molecules: ForcefieldParamsRequest.MolInfo)

Types

Link copied to clipboard
data class MolInfo(mol2: String, ffname: String, ffinfos: List<String>)

Properties

Link copied to clipboard
val molecules: List<ForcefieldParamsRequest.MolInfo>