namespace rgpot::cache¶
Overview¶
Implementation of the RocksDB-based potential cache. More…
namespace cache {
// classes
class KeyHash;
class PotentialCache;
} // namespace cache
Detailed Documentation¶
Implementation of the RocksDB-based potential cache.
Header file for the PotentialCache class.
This file implements the methods for the PotentialCache class, handling the low-level interactions with the RocksDB library for persistent storage of potential evaluations.
This file defines the caching mechanism for the rgpot library, utilizing RocksDB to store and retrieve potential energy and force calculations.