Go to file
Francois Coppens e188871df4 Fixed unsigned int/uint64_t/H5::PredType::STD_U32LE problem in qmckl_test_h5.cpp that caused the segmentation faults due to array indices running out of bounds. Naive Sherman-Morrison and Woodbury 2x2 kernels are working correctly from QMCkl with good accuracy.
Residual = sm1 23 2.665e-07 5.85161e-13
ok -- cycle 23
Residual = qmckl_sm1 23 2.665e-07 5.85161e-13
ok -- cycle 23
Residual = wb2 23 2.665e-07 5.85161e-13
ok -- cycle 23
Residual = qmckl_wb2 23 2.665e-07 5.85161e-13
ok -- cycle 23
2021-07-22 10:45:21 +02:00
.github/workflows Remove source code of vfc_ci and improve vfc_test_h5.cpp 2021-06-17 16:50:42 +02:00
datasets - Added a small 3x3 example that will always become singular regardles the order of the applied updates. This example is added to test Maponi A3 augmented with Slagel-splitting. 2021-05-05 11:59:00 +02:00
include Cleanup 1 2021-07-15 17:56:33 +02:00
octave-tests Changed code to treat the dataset as replacement updates, instead of additive updates. Before the updates are used to compute the inverse they are transformed accordingly. 2021-03-12 12:38:50 +01:00
qmckl@fdb8f5d50a Fixed unsigned int/uint64_t/H5::PredType::STD_U32LE problem in qmckl_test_h5.cpp that caused the segmentation faults due to array indices running out of bounds. Naive Sherman-Morrison and Woodbury 2x2 kernels are working correctly from QMCkl with good accuracy. 2021-07-22 10:45:21 +02:00
src Cleaning 2 2021-07-15 18:15:46 +02:00
tests Fixed unsigned int/uint64_t/H5::PredType::STD_U32LE problem in qmckl_test_h5.cpp that caused the segmentation faults due to array indices running out of bounds. Naive Sherman-Morrison and Woodbury 2x2 kernels are working correctly from QMCkl with good accuracy. 2021-07-22 10:45:21 +02:00
tools - Optimize WB3 by inlining matmuls and simplifying copies 2021-07-12 08:13:58 +02:00
.gitignore Update tests config with correct makefile 2021-05-03 16:33:39 +02:00
.gitmodules Added QMCkl as a git submodule in /home/fcoppens/code/Sherman-Morrison/qmckl. #25 2021-07-19 14:33:25 +02:00
Makefile - Cleaned up unnecessary symlinks 2021-07-21 16:32:13 +02:00
Makefile.verificarlo Remove source code of vfc_ci and improve vfc_test_h5.cpp 2021-06-17 16:50:42 +02:00
smvars.sh - Cleaned up unnecessary symlinks 2021-07-21 16:32:13 +02:00
vfc_ci_cycles.txt Integration of vfc_ci 2021-04-29 23:41:23 +02:00
vfc_tests_config.json Remove source code of vfc_ci and improve vfc_test_h5.cpp 2021-06-17 16:50:42 +02:00