bbprepared.TargetProcess

class bbprepared.TargetProcess(ensemble, selector, target_value)[source]

Bases: Process

Get the conformer closest to some target property.

Methods

Parameters:
calculate_all_scores()
Return type:

None

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

float

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

float

get_all_scores()
Return type:

Iterable[float]

get_all_scores_by_id()
Return type:

dict[int, float]

get_best()[source]
Return type:

Conformer

get_best_id()[source]
Return type:

int

get_data()
Return type:

dict[str, float]

get_minimum()
Return type:

Conformer

get_minimum_id()
Return type:

int