MADNESS 0.10.1
Typedefs | Functions
test_exchange_batch_cache.cc File Reference

tests the exchange operator's batch record keys and its bounded batch cache More...

#include <madness/chem/exchangeoperator.h>
#include <madness/world/test_utilities.h>
#include <set>
#include <string>
#include <vector>
Include dependency graph for test_exchange_batch_cache.cc:

Typedefs

using cacheT = ExchangeBatchLRU< long, std::string >
 

Functions

int main (int argc, char **argv)
 
int test_batch_cache ()
 
int test_record_keys ()
 

Detailed Description

tests the exchange operator's batch record keys and its bounded batch cache

Typedef Documentation

◆ cacheT

using cacheT = ExchangeBatchLRU<long, std::string>

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ test_batch_cache()

int test_batch_cache ( )

◆ test_record_keys()

int test_record_keys ( )