bbprepared.Process

class bbprepared.Process(ensemble, selector)[source]

Bases: object

Get the conformer that minimises some property.

Methods

Parameters:
calculate_all_scores()[source]
Return type:

None

calculate_score(conformer, conformer_id)[source]
Parameters:
Return type:

float

get_all_scores()[source]
Return type:

Iterable[float]

get_all_scores_by_id()[source]
Return type:

dict[int, float]

get_data()[source]
Return type:

dict[str, float]

get_minimum()[source]
Return type:

Conformer

get_minimum_id()[source]
Return type:

int