1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00
Commit Graph

1193 Commits

Author SHA1 Message Date
cf26966b70 working write_dset [fortran] 2021-03-23 18:12:53 +01:00
0a28b5e5a5 working read_num [fortran] 2021-03-23 16:34:13 +01:00
d680120efe working write_num [fortran] 2021-03-23 14:57:11 +01:00
0f042de49b fix read/flush group for the case of missing blocks 2021-03-23 14:41:21 +01:00
ac44fc29a6 add test, works for h5 but failt for txt 2021-03-22 16:40:45 +01:00
baa50bdbe2 adapt for fortran 2021-03-22 16:15:37 +01:00
7f3dc0879c wip: write nums 2021-03-22 16:15:07 +01:00
4cf1d966d0 better fix 2021-03-19 09:12:10 +01:00
22a87a6a55 fix the bash script 2021-03-18 21:13:13 +01:00
696d867725 minor cleaning in the generator 2021-03-18 21:12:28 +01:00
e322a6e42d add gitignore for src 2021-03-18 21:11:56 +01:00
c0f2bd3106 remove old files 2021-03-18 20:54:03 +01:00
Evgeny Posenitskiy
3428657560
Merge pull request #27 from TREX-CoE/generator-1
implemented templates and generator
2021-03-18 18:56:52 +01:00
241ae3a74a Little changes in the bash script 2021-03-18 17:30:48 +01:00
71bb61dd5b fix memory leak 2021-03-17 17:02:58 +01:00
8a02ea07e2 fix for dset_dtype calloc and fscanf/fprintf 2021-03-17 15:49:43 +01:00
6e7b9a370d to test for nucleus 2021-03-17 14:50:02 +01:00
fcfe91d498 working and compiling for nucleus 2021-03-17 14:33:32 +01:00
c3321b04fd add a bash script to be converted into make later 2021-03-16 19:52:33 +01:00
cc02849689 fixed to compile 2021-03-16 19:05:05 +01:00
aa67877948 generator for text backend before test 2021-03-16 18:34:07 +01:00
0da57b6b6c adapt recent changes in master text backend 2021-03-15 14:13:38 +01:00
44f615857b add shell scripts to compile populated files 2021-03-13 20:21:32 +01:00
6a2533be3b Merge branch 'master' of github.com:TREX-CoE/trexio into generator-1 2021-03-13 20:16:42 +01:00
Evgeny Posenitskiy
8e8b2ba57f
Merge pull request #26 from TREX-CoE/text
Improved checks in text back end
2021-03-13 20:14:55 +01:00
455168efc6 Fixed 2021-03-13 00:56:16 +01:00
e6a211127c Improved checks in text backend 2021-03-13 00:19:39 +01:00
945c0c2a7d Added MALLOC and FREE macros 2021-03-12 16:18:11 +01:00
4c40b33d1b Merge branch 'master' of github.com:TREX-CoE/trexio into generator-1 2021-03-12 15:00:49 +01:00
Evgeny Posenitskiy
51d2019091
Merge pull request #25 from TREX-CoE/pass-dims-text
Pass rank and dims to read/write in text backend, fixes #24
2021-03-12 14:13:20 +01:00
798c1a1d99 works for charges 2021-03-12 14:05:31 +01:00
cbddfa6010 works for nucleus_coord; text backend adapted 2021-03-12 11:56:03 +01:00
adf44a7ca7 modify frontend 2021-03-12 11:55:02 +01:00
fcb0fa0330 Merge branch 'master' of github.com:TREX-CoE/trexio into generator-1 2021-03-11 09:14:39 +01:00
76fe1b9783 TODO: templator for text backend 2021-03-10 16:56:45 +01:00
9244e6f0c0 fix templators 2021-03-10 16:55:21 +01:00
f29f3d4263 added templator for frontend 2021-03-10 14:51:15 +01:00
c0b319a751 adapt generator for frontend 2021-03-10 14:50:51 +01:00
8f295d4d12 better path-ing and some cleaning 2021-03-10 11:54:23 +01:00
ca234fb569 dimension in write_dset populated properply + error handling 2021-03-10 11:48:43 +01:00
fba6c88973 proper path-ing using os.path 2021-03-10 10:27:44 +01:00
ba0f14a6cc TODO: properly populate dimensions in write_dset 2021-03-09 16:31:12 +01:00
50841e1937 wip: generate read/write_dset functions 2021-03-09 15:48:32 +01:00
ebc7aa5d40 dummy generator for auxiliary files 2021-03-09 11:58:47 +01:00
ac58337ee1
Merge pull request #23 from TREX-CoE/change-h5rw-num
new read/write for numerical attributes
2021-03-06 10:31:40 +01:00
9b54f71f4a initial generator 2021-03-05 16:50:44 +01:00
30927be21d initial templator 2021-03-05 16:50:26 +01:00
3110a35562 new read/write for numerical attributes 2021-03-05 15:49:05 +01:00
Evgeny Posenitskiy
e88a228bb5
Merge pull request #22 from TREX-CoE/change_h5rw_datasets
hdf5_read/write_dset decoupled from the parent group
2021-03-05 08:59:44 +01:00
Evgeny Posenitskiy
b964b73bbe
removed bracket 2021-03-04 20:43:44 +01:00