Home
last modified time | relevance | path

Searched refs:test_coulomb (Results 1 – 11 of 11) sorted by relevance

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/
H A Dtest_coulomb.py11 def test_coulomb(): function
12 def test_coulomb(N=2**6, a=20): function
46 res = test_coulomb(N=48, a=15)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dshg_integrals_test.F358 LOGICAL :: test_any, test_coulomb, test_gauss, & local
365 CALL section_vals_val_get(shg_integrals_test_section, "TEST_COULOMB", l_val=test_coulomb)
371 test_any = (test_coulomb .OR. test_verf .OR. test_verfc .OR. test_vgauss .OR. test_gauss)
394 IF (test_coulomb) THEN
454 IF (test_coulomb) THEN
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dshg_integrals_test.F358 LOGICAL :: test_any, test_coulomb, test_gauss, & local
365 CALL section_vals_val_get(shg_integrals_test_section, "TEST_COULOMB", l_val=test_coulomb)
371 test_any = (test_coulomb .OR. test_verf .OR. test_verfc .OR. test_vgauss .OR. test_gauss)
394 IF (test_coulomb) THEN
454 IF (test_coulomb) THEN
/dports/math/gsl/gsl-2.7/specfunc/
H A Dtest_sf.h101 int test_coulomb(void);
H A DMakefile.am17 test_SOURCES = test_sf.c test_sf.h test_airy.c test_bessel.c test_coulomb.c test_dilog.c test_gamma…
H A DMakefile.in131 test_bessel.$(OBJEXT) test_coulomb.$(OBJEXT) \
200 ./$(DEPDIR)/test_bessel.Po ./$(DEPDIR)/test_coulomb.Po \
616 test_SOURCES = test_sf.c test_sf.h test_airy.c test_bessel.c test_coulomb.c test_dilog.c test_gamma…
765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_coulomb.Po@am__quote@ # am--include-marker
1209 -rm -f ./$(DEPDIR)/test_coulomb.Po
1347 -rm -f ./$(DEPDIR)/test_coulomb.Po
H A Dtest_coulomb.c32 int test_coulomb(void) in test_coulomb() function
H A Dtest_sf.c2754 gsl_test(test_coulomb(), "Coulomb Wave Functions"); in main()
/dports/science/madness/madness-ebb3fd7/src/apps/chem/
H A Dtest_SCFOperators.cc285 int test_coulomb(World& world) { in test_coulomb() function
792 result+=test_coulomb(world); in main()
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dtestsuite.cc803 int test_coulomb(World& world) { in test_coulomb() function
1373 nfail+=test_coulomb(world); in main()
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_functions2.py1365 def test_coulomb(): function