Scripts.BuildDatabank.searchDATABANK module
- class Scripts.BuildDatabank.searchDATABANK.SearchSystem(readme)[source]
Bases:
object
- system: dict
- idx_path: str
- class Scripts.BuildDatabank.searchDATABANK.Experiment(readme: dict, molname: str, data_path: str, exptype: str)[source]
Bases:
object
- Scripts.BuildDatabank.searchDATABANK.load_simulations() List[SearchSystem] [source]
Generates the list of Simulation objects. Go through all README.yaml files.
- Scripts.BuildDatabank.searchDATABANK.load_experiments(exp_type: str) List[Experiment] [source]
Loops over the experiment entries in the experiment databank and read experiment readme and order parameter files into objects.
- Scripts.BuildDatabank.searchDATABANK.find_pairs(experiments: List[Experiment], simulations: List[SearchSystem])[source]