1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-03-04 06:10:23 +01:00

1291 Commits

Author SHA1 Message Date
2b7498016a Fixing CI fo GH pages (emacs) 2025-01-09 15:51:03 +01:00
ff6e556030 Update TREXIO exit codes decoding function 2025-01-08 15:19:43 +01:00
a889bb846e TREXIO exit codes decoding function 2025-01-08 15:14:24 +01:00
fd1e23ad3d +2 -> +1 2025-01-08 15:01:56 +01:00
q-posev
fb4e23481d Implement a check to prevent data corruption for sparse I/O 2025-01-03 20:57:51 +01:00
q-posev
b62ddcba12 Remove useless n_chunks 2025-01-03 20:32:59 +01:00
q-posev
155d69571a Remove TODO - the error handling is manual 2025-01-03 10:00:59 +01:00
q-posev
22be7fa615 Silence prints in tests 2025-01-03 09:53:46 +01:00
q-posev
a7cf0553cc Install valgrind for the CI 2025-01-02 23:33:05 +01:00
q-posev
68d6780d76 Fix CI 2025-01-02 23:24:34 +01:00
q-posev
0533cc67c0 Fix CI 2025-01-02 23:17:34 +01:00
q-posev
a9cdc2773d Fix CI 2025-01-02 23:14:21 +01:00
q-posev
1513eecaab Refactored CI: first do valgrind and then debug configure 2025-01-02 23:07:46 +01:00
q-posev
d804b14678 No need for -g in FCFLAGS 2025-01-02 23:03:58 +01:00
q-posev
0fd9779a1e Add hardcore valgring checking 2025-01-02 23:03:22 +01:00
Evgeny Posenitskiy
886561a847
Merge branch 'master' into debug_flags 2025-01-02 22:19:20 +01:00
Evgeny Posenitskiy
ccb9bf8587
Merge pull request #168 from TREX-CoE/det-checks
Fix text backend for determinants + check consistency of determinants
2025-01-02 22:14:37 +01:00
q-posev
4f1d44b920 Clear debug prints 2025-01-02 22:10:21 +01:00
Evgeny Posenitskiy
4d78926015
Rollback parallel tests 2025-01-02 22:06:43 +01:00
q-posev
91585a6811 Fix Python tests: align with the C ones 2025-01-02 21:29:36 +01:00
deb0e65fa5 Merge branch 'master' into debug_flags 2024-12-30 03:21:20 +01:00
156f09ff8a Merge branch 'master' of github.com:TREX-CoE/trexio 2024-12-30 03:21:09 +01:00
8cbc71ecb2 Fixed previous commit 2024-12-30 03:20:56 +01:00
0ba81ac715
Merge pull request #172 from TREX-CoE/madelung
Add Madelung correction
2024-12-30 03:02:49 +01:00
8bb2c1e179 Improved text backend 2024-12-30 02:54:24 +01:00
c502a6166d Merge branch 'master' into debug_flags 2024-12-30 02:40:37 +01:00
35795a9c35 Update determinant test such that last chunk is smaller (100 dets in 7 chunks) 2024-12-30 00:09:19 +01:00
d2c5dc7fa1 Merge branch 'master' into debug_flags 2024-12-12 09:51:05 +01:00
5a657b4035 Merge branch 'master' into madelung 2024-12-12 09:50:34 +01:00
Phillip Seeber
df0e3a8e1c
add nix build instructions and README section (#173)
# Conflicts:
#	README.md
2024-12-11 16:15:12 +01:00
9e8b2e92f3 Add Madelung 2024-12-07 11:41:33 +01:00
751b3c9d79 Fixed valgrind issue with trim 2024-12-06 11:20:26 +01:00
c7d5d4255b Fixed valgrind test_f.f90 2024-12-06 11:09:55 +01:00
cd369bd187 Fix previous commit 2024-12-05 18:24:43 +01:00
72619db8c4 Removed strnlen 2024-12-05 14:09:46 +01:00
a5d39acc92 Replaced some strnlen by memcpy 2024-12-05 14:00:13 +01:00
770b136c59 Revert "Fixed strncpy"
This reverts commit 363851314be6712254846016a974baee8f14d028.
2024-12-05 13:29:23 +01:00
363851314b Fixed strncpy 2024-12-05 13:23:59 +01:00
66bb1e9c21 Fixed bug for arrays of strings in text backend 2024-12-05 13:10:00 +01:00
e5a30615a6 Merge branch 'master' into debug_flags 2024-12-04 17:12:35 +01:00
Evgeny Posenitskiy
3d76eab5dd
Add codes supporting TREXIO (#171)
* [skip ci] Add codes supporting TREXIO -> review needed

* [skip ci] Update README.md

* [skip ci] Include Anthony's comments

* [skip ci] Remove integrals to avoid confusion
2024-12-04 16:48:29 +01:00
a7c92b6903 Forgot offset in example 2024-11-21 09:46:36 +01:00
0a6a537f97 Merge branch 'master' of github.com:TREX-CoE/trexio 2024-11-20 15:28:34 +01:00
4d3d4c4607 Added download link of tar.gz in documentation 2024-11-20 15:28:04 +01:00
1a07e6527f Added download link of tar.gz in documentation 2024-11-20 15:27:38 +01:00
8d534d8769 Fixed unused parameters in hdf5 2024-11-12 19:46:35 +01:00
38a4b60906 Added missing prototypes in the text backend 2024-11-12 19:26:28 +01:00
fad2df80b0 Added sanitizer flags for fortran 2024-11-12 15:21:32 +01:00
d9e56c5578 Merge branch 'det-checks' into debug_flags 2024-11-12 15:20:41 +01:00
2c7d8eab7f Fixed bug in test_f.f90 2024-11-12 15:19:53 +01:00