4.6. Results Importer¶
This chapter contains a description of the ResultsImporter
python class, which is
used for setting up the JobCollection
, DataSet
, and EngineCollection
from
reference calculations. A results importer typically affects all three of those classes
with a single method.
- 4.6.1. ResultsImporter overview
- 4.6.1.1. ResultsImporter summary
- 4.6.1.2. ResultsImporter settings
- 4.6.1.3. Training set, validation set, etc.
- 4.6.1.4. Save and load from disk
- 4.6.1.5. add_singlejob
- 4.6.1.6. add_trajectory_singlepoints
- 4.6.1.7. add_reaction_energy
- 4.6.1.8. add_pesscan_singlepoints
- 4.6.1.9. add_neb_singlepoints
- 4.6.1.10. add_pesexploration_singlepoints
- 4.6.2. AMS, VASP and Quantum ESPRESSO reference data
- 4.6.3. ResultsImporters API