utils
This is summary documentation for hippynn.databases.utils module. Click here for full documentation.
Links to Full Documentation:
Generic, reusable database helpers that are not tied to a specific
Database subclass.
Includes tools for loading and exporting databases in EXTXYZ format, and for auto-detecting standard database key names (e.g. species, coordinates, energy, forces, cell) from a dictionary of arrays.
Module Attributes
Built-in key name sets for auto-detection, searched when auto_detect_key is given a hint instead of a keyset. |
Functions
|
Auto-detect a database key from a set of possible names using case-insensitive matching. |
|
Load a database with a consistent interface, dispatching on |
|
Write a hippynn Database to an EXTXYZ file using ASE. |