Cost Model (dasi.cost)

This module provide cost calculations for molecular assemblies.

Default cost parameters can be opened as follows:

cost_model = SpanCost.open()

# optionally use custom parameters
cost_model = SpanCost.open("my_parameters.json")

Take a look at the parameters schema for how to build the parameter json.

Utilities

utils

Cost utilities.