MADNESS 0.10.1
Functions
test_exchange_asymmetric.cc File Reference

tests the exchange operator with bra, ket and vf all distinct More...

#include <madness/chem/exchangeoperator.h>
#include <madness/chem/SCFOperators.h>
#include <madness/world/test_utilities.h>
#include <vector>
Include dependency graph for test_exchange_asymmetric.cc:

Functions

int main (int argc, char **argv)
 
int test_generic_exchange (World &world)
 K with bra, ket and vf distinct, and nf != nocc, against the smallmem reference.
 
int test_weighted_bra_exchange (World &world)
 nemo's shape: bra = w * ket with vf == ket, which keeps the symmetric task list
 

Detailed Description

tests the exchange operator with bra, ket and vf all distinct

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ test_generic_exchange()

int test_generic_exchange ( World world)

K with bra, ket and vf distinct, and nf != nocc, against the smallmem reference.

References madness::test_output::checkpoint(), madness::test_output::end(), madness::f, lo, madness::nonlinear_vector_solver(), madness::print(), and madness::World::rank().

Referenced by main().

◆ test_weighted_bra_exchange()

int test_weighted_bra_exchange ( World world)