Koulb commited on
Commit
b7ac7c3
·
verified ·
1 Parent(s): e685331

Add files using upload-large-folder tool

Browse files
Files changed (49) hide show
  1. logs/checksums.pid +1 -0
  2. logs/checksums.sbatch +28 -0
  3. logs/checksums_20260518_193930.log +12 -0
  4. logs/checksums_7197130.err +1 -0
  5. logs/checksums_7197130.out +5 -0
  6. logs/hf_upload.pid +1 -0
  7. logs/hf_upload_20260518_195652.log +26 -0
  8. releases/diamond_hpro_deeph_v2/basis/dzp/C.ion.nc +0 -0
  9. releases/diamond_hpro_deeph_v2/basis/dzp/C.ion.xml +0 -0
  10. releases/diamond_hpro_deeph_v2/basis/dzp/README.md +3 -0
  11. releases/diamond_hpro_deeph_v2/basis/dzp/siesta.EIG +134 -0
  12. releases/diamond_hpro_deeph_v2/basis/dzp/siesta.KP +45 -0
  13. releases/diamond_hpro_deeph_v2/basis/dzp/siesta.STRUCT_OUT +6 -0
  14. releases/diamond_hpro_deeph_v2/basis/dzp/siesta.XV +6 -0
  15. releases/diamond_hpro_deeph_v2/basis/dzp/siesta.out +642 -0
  16. releases/diamond_hpro_deeph_v2/compatibility/local_layouts.json +12 -0
  17. releases/diamond_hpro_deeph_v2/compatibility/materialize_epc_ml.py +16 -0
  18. releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/preprocess.ini +26 -0
  19. releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/preprocess_v4a.ini +27 -0
  20. releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/preprocess_v4b.ini +31 -0
  21. releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/train.ini +72 -0
  22. releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/train_resume.ini +72 -0
  23. releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/train_v4a.ini +70 -0
  24. releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/train_v4b.ini +68 -0
  25. releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A1_clean/preprocess_A1_clean.ini +26 -0
  26. releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A1_clean/train_A1_clean.ini +67 -0
  27. releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A1_clean/train_A1_clean_resume.ini +67 -0
  28. releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A2_zgline/preprocess_A2_zgline.ini +24 -0
  29. releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A2_zgline/train_A2_zgline.ini +61 -0
  30. releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A7_physical_fd/preprocess_A7_physical_fd.ini +26 -0
  31. releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A7_physical_fd/train_A7_physical_fd.ini +68 -0
  32. releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_train/preprocess.ini +28 -0
  33. releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_train/train.ini +73 -0
  34. releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_train/train_A0_clean.ini +69 -0
  35. releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_train/train_rc74.ini +73 -0
  36. releases/diamond_hpro_deeph_v2/manifest.jsonl +0 -0
  37. releases/diamond_hpro_deeph_v2/manifest_summary.json +26 -0
  38. releases/diamond_hpro_deeph_v2/pseudos/C-PBE-NLCC.upf +0 -0
  39. releases/diamond_hpro_deeph_v2/pseudos/C.upf +0 -0
  40. releases/diamond_hpro_deeph_v2/pseudos/C_3.98148.UPF +1072 -0
  41. releases/diamond_hpro_deeph_v2/pseudos/README.md +3 -0
  42. releases/diamond_hpro_deeph_v2/splits/raman_test_validation_symlink_names.txt +31 -0
  43. releases/diamond_hpro_deeph_v2/splits/raman_v3_all.txt +308 -0
  44. releases/diamond_hpro_deeph_v2/splits/raman_v4a_symlink_names.txt +106 -0
  45. releases/diamond_hpro_deeph_v2/splits/raman_v4b_symlink_names.txt +186 -0
  46. releases/diamond_hpro_deeph_v2/splits/zg_a0_all.txt +61 -0
  47. releases/diamond_hpro_deeph_v2/splits/zg_a1_clean_all.txt +60 -0
  48. releases/diamond_hpro_deeph_v2/splits/zg_a2_zgline_all.txt +20 -0
  49. releases/diamond_hpro_deeph_v2/splits/zg_a7_physical_fd_all.txt +64 -0
logs/checksums.pid ADDED
@@ -0,0 +1 @@
 
 
1
+ 158533
logs/checksums.sbatch ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ #SBATCH --job-name=hf_cksum
3
+ #SBATCH --account=mr33
4
+ #SBATCH --partition=normal
5
+ #SBATCH --constraint=mc
6
+ #SBATCH --nodes=1
7
+ #SBATCH --ntasks=1
8
+ #SBATCH --time=00:30:00
9
+ #SBATCH --output=/capstor/scratch/cscs/apoliukh/hf_epc_ml_data_upload/logs/checksums_%j.out
10
+ #SBATCH --error=/capstor/scratch/cscs/apoliukh/hf_epc_ml_data_upload/logs/checksums_%j.err
11
+ set -euo pipefail
12
+ REL=/capstor/scratch/cscs/apoliukh/hf_epc_ml_data_upload/releases/diamond_hpro_deeph_v2
13
+ cd "$REL"
14
+ rm -f checksums.sha256 checksums.sha256.tmp
15
+ total=$(find . -type f ! -name checksums.sha256 ! -name checksums.sha256.tmp -print | wc -l)
16
+ echo "START $(date -Is) total=$total host=$(hostname)"
17
+ i=0
18
+ while IFS= read -r -d "" f; do
19
+ sha256sum "$f" >> checksums.sha256.tmp
20
+ i=$((i+1))
21
+ if [ $((i % 100)) -eq 0 ]; then
22
+ echo "HASHED $i/$total $(date -Is)"
23
+ fi
24
+ done < <(find . -type f ! -name checksums.sha256 ! -name checksums.sha256.tmp -print0 | sort -z)
25
+ mv checksums.sha256.tmp checksums.sha256
26
+ echo "DONE $i/$total $(date -Is)"
27
+ wc -l checksums.sha256
28
+ du -sh checksums.sha256
logs/checksums_20260518_193930.log ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ START 2026-05-18T19:39:30+02:00 total=4179
2
+ HASHED 100/4179 2026-05-18T19:39:36+02:00
3
+ HASHED 200/4179 2026-05-18T19:40:00+02:00
4
+ HASHED 300/4179 2026-05-18T19:41:24+02:00
5
+ HASHED 400/4179 2026-05-18T19:43:23+02:00
6
+ HASHED 500/4179 2026-05-18T19:45:25+02:00
7
+ HASHED 600/4179 2026-05-18T19:47:17+02:00
8
+ HASHED 700/4179 2026-05-18T19:49:10+02:00
9
+ HASHED 800/4179 2026-05-18T19:51:09+02:00
10
+ HASHED 900/4179 2026-05-18T19:53:08+02:00
11
+ HASHED 1000/4179 2026-05-18T19:55:00+02:00
12
+ HASHED 1100/4179 2026-05-18T19:56:53+02:00
logs/checksums_7197130.err ADDED
@@ -0,0 +1 @@
 
 
1
+ slurmstepd: error: *** JOB 7197130 ON nid001871 CANCELLED AT 2026-05-18T19:55:55 ***
logs/checksums_7197130.out ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ START 2026-05-18T19:49:20+02:00 total=4179 host=nid001871
2
+ HASHED 100/4179 2026-05-18T19:50:03+02:00
3
+ HASHED 200/4179 2026-05-18T19:50:50+02:00
4
+ HASHED 300/4179 2026-05-18T19:52:16+02:00
5
+ HASHED 400/4179 2026-05-18T19:54:16+02:00
logs/hf_upload.pid ADDED
@@ -0,0 +1 @@
 
 
1
+ 129309
logs/hf_upload_20260518_195652.log ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ START 2026-05-18T19:56:52+02:00 host=eiger-ln002
2
+ /capstor/scratch/cscs/apoliukh/hf_upload_venv/lib/python3.13/site-packages/huggingface_hub/constants.py:277: FutureWarning: The `HF_HUB_ENABLE_HF_TRANSFER` environment variable is deprecated as 'hf_transfer' is not used anymore. Please use `HF_XET_HIGH_PERFORMANCE` instead to enable high performance transfer with Xet. Visit https://huggingface.co/docs/huggingface_hub/package_reference/environment_variables#hfxethighperformance for more details.
3
+ warnings.warn(
4
+ Warning: You are about to upload a large folder to the Hub using `hf upload-large-folder`. This is a new feature so feedback is very welcome!
5
+
6
+ A few things to keep in mind:
7
+ - Repository limits still apply: https://huggingface.co/docs/hub/repositories-recommendations
8
+ - Do not start several processes in parallel.
9
+ - You can interrupt and resume the process at any time. The script will pick up where it left off except for partially uploaded files that would have to be entirely reuploaded.
10
+ - Do not upload the same folder to several repositories. If you need to do so, you must delete the `./.cache/huggingface/` folder first.
11
+
12
+ Some temporary metadata will be stored under `/capstor/scratch/cscs/apoliukh/hf_epc_ml_data_upload/.cache/huggingface`.
13
+ - You must not modify those files manually.
14
+ - You must not delete the `./.cache/huggingface/` folder while a process is running.
15
+ - You can delete the `./.cache/huggingface/` folder to reinitialize the upload state when process is not running. Files will have to be hashed and preuploaded again, except for already committed files.
16
+
17
+ If the process output is too verbose, you can disable the progress bars with `--no-bars`. You can also entirely disable the status report with `--no-report`.
18
+
19
+ For more details, run `hf upload-large-folder --help` or check the documentation at https://huggingface.co/docs/huggingface_hub/guides/upload#upload-a-large-folder.
20
+ Repo created: https://huggingface.co/datasets/Koulb/epc_ml_data
21
+ Found 4187 candidate files to upload
22
+ Running validation checks on files to upload...
23
+ Validation checks complete.
24
+ Starting upload...
25
+
26
+ Removing 1 file(s) from commit that have not changed.
releases/diamond_hpro_deeph_v2/basis/dzp/C.ion.nc ADDED
Binary file (53.7 kB). View file
 
releases/diamond_hpro_deeph_v2/basis/dzp/C.ion.xml ADDED
The diff for this file is too large to render. See raw diff
 
releases/diamond_hpro_deeph_v2/basis/dzp/README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # DZP AOBasis
2
+
3
+ SIESTA DZP AO basis files used by the diamond HPRO label generation.
releases/diamond_hpro_deeph_v2/basis/dzp/siesta.EIG ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -0.506322517E+01
2
+ 26 1 44
3
+ 1 -0.252425041E+02 -0.105172489E+02 -0.101437105E+02 -0.101437105E+02 -0.163277945E+01 0.446517133E+01 0.569923146E+01 0.569923147E+01 0.146684496E+02 0.168529359E+02
4
+ 0.262883885E+02 0.384948347E+02 0.384948347E+02 0.423227289E+02 0.423227293E+02 0.464895507E+02 0.537950463E+02 0.608694083E+02 0.870889103E+02 0.132540932E+03
5
+ 0.142605794E+03 0.144982714E+03 0.144982896E+03 0.216621476E+03 0.216621661E+03 0.239653559E+03
6
+ 2 -0.258152259E+02 -0.126231947E+02 -0.776341479E+01 -0.776341479E+01 0.181425379E+01 0.181425380E+01 0.213241393E+01 0.904479502E+01 0.154852574E+02 0.183283607E+02
7
+ 0.183283608E+02 0.238841830E+02 0.403426190E+02 0.403426195E+02 0.458372822E+02 0.458372828E+02 0.497350158E+02 0.719766335E+02 0.733888711E+02 0.733888721E+02
8
+ 0.118863672E+03 0.118863750E+03 0.152763521E+03 0.174145775E+03 0.174145995E+03 0.229847966E+03
9
+ 3 -0.230833262E+02 -0.146997384E+02 -0.136879152E+02 -0.902695286E+01 0.188800298E+01 0.409385371E+01 0.638003040E+01 0.805577382E+01 0.140165163E+02 0.162668688E+02
10
+ 0.200404352E+02 0.362264128E+02 0.392062484E+02 0.407214439E+02 0.471574947E+02 0.501684830E+02 0.502916452E+02 0.633291877E+02 0.756343847E+02 0.907641213E+02
11
+ 0.930204182E+02 0.977805377E+02 0.145116160E+03 0.166537099E+03 0.187330248E+03 0.212865562E+03
12
+ 4 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324663255E-02 0.546921599E+01 0.694672374E+01 0.736378605E+01 0.147235996E+02 0.187584042E+02
13
+ 0.248936365E+02 0.323593747E+02 0.357946973E+02 0.467780016E+02 0.500734833E+02 0.534299430E+02 0.616085382E+02 0.628469618E+02 0.707264287E+02 0.744969283E+02
14
+ 0.102453655E+03 0.150442245E+03 0.168607199E+03 0.178328456E+03 0.179923707E+03 0.229171577E+03
15
+ 5 -0.258152259E+02 -0.126231947E+02 -0.776341479E+01 -0.776341479E+01 0.181425379E+01 0.181425380E+01 0.213241393E+01 0.904479502E+01 0.154852574E+02 0.183283607E+02
16
+ 0.183283608E+02 0.238841830E+02 0.403426190E+02 0.403426195E+02 0.458372822E+02 0.458372828E+02 0.497350158E+02 0.719766335E+02 0.733888711E+02 0.733888721E+02
17
+ 0.118863672E+03 0.118863750E+03 0.152763521E+03 0.174145775E+03 0.174145995E+03 0.229847966E+03
18
+ 6 -0.275022476E+02 -0.601187411E+01 -0.601187411E+01 -0.601187411E+01 -0.417088831E+00 -0.417088824E+00 -0.417088824E+00 0.771759774E+01 0.141412892E+02 0.220751550E+02
19
+ 0.220751552E+02 0.305217625E+02 0.305217625E+02 0.305217626E+02 0.464456999E+02 0.464456999E+02 0.464457000E+02 0.769607399E+02 0.769607405E+02 0.137068689E+03
20
+ 0.137068690E+03 0.137068690E+03 0.230714456E+03 0.259718009E+03 0.259718012E+03 0.259718012E+03
21
+ 7 -0.216894836E+02 -0.194977465E+02 -0.881765992E+01 -0.881765991E+01 0.247523774E+01 0.247523775E+01 0.280662259E+01 0.104923668E+02 0.162509830E+02 0.224247567E+02
22
+ 0.224247568E+02 0.227513858E+02 0.329789766E+02 0.329789768E+02 0.589013959E+02 0.589013993E+02 0.600447068E+02 0.659628678E+02 0.659628680E+02 0.695889198E+02
23
+ 0.117418459E+03 0.117418553E+03 0.171614134E+03 0.171614519E+03 0.223810748E+03 0.232610627E+03
24
+ 8 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324663255E-02 0.546921599E+01 0.694672374E+01 0.736378605E+01 0.147235996E+02 0.187584042E+02
25
+ 0.248936365E+02 0.323593747E+02 0.357946973E+02 0.467780016E+02 0.500734833E+02 0.534299430E+02 0.616085382E+02 0.628469618E+02 0.707264287E+02 0.744969283E+02
26
+ 0.102453655E+03 0.150442245E+03 0.168607199E+03 0.178328456E+03 0.179923707E+03 0.229171577E+03
27
+ 9 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324663255E-02 0.546921599E+01 0.694672374E+01 0.736378605E+01 0.147235996E+02 0.187584042E+02
28
+ 0.248936365E+02 0.323593747E+02 0.357946973E+02 0.467780016E+02 0.500734833E+02 0.534299430E+02 0.616085382E+02 0.628469618E+02 0.707264287E+02 0.744969283E+02
29
+ 0.102453655E+03 0.150442245E+03 0.168607199E+03 0.178328456E+03 0.179923707E+03 0.229171577E+03
30
+ 10 -0.216894836E+02 -0.194977465E+02 -0.881765992E+01 -0.881765991E+01 0.247523774E+01 0.247523775E+01 0.280662259E+01 0.104923668E+02 0.162509830E+02 0.224247567E+02
31
+ 0.224247568E+02 0.227513858E+02 0.329789766E+02 0.329789768E+02 0.589013959E+02 0.589013993E+02 0.600447068E+02 0.659628678E+02 0.659628680E+02 0.695889198E+02
32
+ 0.117418459E+03 0.117418553E+03 0.171614134E+03 0.171614519E+03 0.223810748E+03 0.232610627E+03
33
+ 11 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324663255E-02 0.546921599E+01 0.694672374E+01 0.736378605E+01 0.147235996E+02 0.187584042E+02
34
+ 0.248936365E+02 0.323593747E+02 0.357946973E+02 0.467780016E+02 0.500734833E+02 0.534299430E+02 0.616085382E+02 0.628469618E+02 0.707264287E+02 0.744969283E+02
35
+ 0.102453655E+03 0.150442245E+03 0.168607199E+03 0.178328456E+03 0.179923707E+03 0.229171577E+03
36
+ 12 -0.188018278E+02 -0.188018278E+02 -0.123483033E+02 -0.123483033E+02 -0.137807710E+01 -0.137807710E+01 0.108853444E+02 0.108853444E+02 0.181617586E+02 0.181617586E+02
37
+ 0.370581387E+02 0.370581387E+02 0.397818665E+02 0.397818665E+02 0.645540649E+02 0.645540649E+02 0.691256684E+02 0.691256685E+02 0.928686301E+02 0.928686312E+02
38
+ 0.102114050E+03 0.102114060E+03 0.114817741E+03 0.114817761E+03 0.221335677E+03 0.221335677E+03
39
+ 13 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324663263E-02 0.546921599E+01 0.694672374E+01 0.736378605E+01 0.147235996E+02 0.187584042E+02
40
+ 0.248936365E+02 0.323593747E+02 0.357946973E+02 0.467780016E+02 0.500734833E+02 0.534299430E+02 0.616085382E+02 0.628469618E+02 0.707264287E+02 0.744969283E+02
41
+ 0.102453655E+03 0.150442245E+03 0.168607199E+03 0.178328456E+03 0.179923707E+03 0.229171577E+03
42
+ 14 -0.230833262E+02 -0.146997383E+02 -0.136879152E+02 -0.902695286E+01 0.188800299E+01 0.409385367E+01 0.638003040E+01 0.805577382E+01 0.140165164E+02 0.162668689E+02
43
+ 0.200404351E+02 0.362264127E+02 0.392062484E+02 0.407214435E+02 0.471574945E+02 0.501684833E+02 0.502916454E+02 0.633291875E+02 0.756343852E+02 0.907641532E+02
44
+ 0.930204205E+02 0.977805253E+02 0.145116201E+03 0.166537107E+03 0.187330286E+03 0.212865577E+03
45
+ 15 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662905E-02 0.546921599E+01 0.694672371E+01 0.736378603E+01 0.147235996E+02 0.187584042E+02
46
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780016E+02 0.500734829E+02 0.534299432E+02 0.616085387E+02 0.628469619E+02 0.707264284E+02 0.744969294E+02
47
+ 0.102453669E+03 0.150442147E+03 0.168607204E+03 0.178328417E+03 0.179923794E+03 0.229171574E+03
48
+ 16 -0.180120997E+02 -0.180120997E+02 -0.144190314E+02 -0.144190314E+02 0.457554147E+01 0.457554147E+01 0.638520806E+01 0.638520806E+01 0.157786999E+02 0.157787000E+02
49
+ 0.285390031E+02 0.285390031E+02 0.454619246E+02 0.454619246E+02 0.572084309E+02 0.572084310E+02 0.598242208E+02 0.598242209E+02 0.677514759E+02 0.677514764E+02
50
+ 0.777117378E+02 0.777117378E+02 0.161658646E+03 0.161658654E+03 0.171224359E+03 0.171224359E+03
51
+ 17 -0.230833262E+02 -0.146997383E+02 -0.136879152E+02 -0.902695287E+01 0.188800299E+01 0.409385369E+01 0.638003041E+01 0.805577380E+01 0.140165163E+02 0.162668689E+02
52
+ 0.200404353E+02 0.362264127E+02 0.392062482E+02 0.407214425E+02 0.471574944E+02 0.501684832E+02 0.502916454E+02 0.633291873E+02 0.756343850E+02 0.907641026E+02
53
+ 0.930204238E+02 0.977805453E+02 0.145115987E+03 0.166537127E+03 0.187330282E+03 0.212865594E+03
54
+ 18 -0.258152259E+02 -0.126231947E+02 -0.776341479E+01 -0.776341479E+01 0.181425379E+01 0.181425380E+01 0.213241393E+01 0.904479502E+01 0.154852574E+02 0.183283607E+02
55
+ 0.183283608E+02 0.238841830E+02 0.403426190E+02 0.403426195E+02 0.458372822E+02 0.458372828E+02 0.497350158E+02 0.719766335E+02 0.733888711E+02 0.733888721E+02
56
+ 0.118863672E+03 0.118863750E+03 0.152763521E+03 0.174145775E+03 0.174145995E+03 0.229847966E+03
57
+ 19 -0.252425041E+02 -0.105172489E+02 -0.101437105E+02 -0.101437105E+02 -0.163277944E+01 0.446517132E+01 0.569923145E+01 0.569923146E+01 0.146684496E+02 0.168529359E+02
58
+ 0.262883886E+02 0.384948347E+02 0.384948348E+02 0.423227287E+02 0.423227292E+02 0.464895509E+02 0.537950461E+02 0.608694086E+02 0.870889122E+02 0.132540931E+03
59
+ 0.142605797E+03 0.144982709E+03 0.144982899E+03 0.216621451E+03 0.216621691E+03 0.239653555E+03
60
+ 20 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662896E-02 0.546921598E+01 0.694672371E+01 0.736378603E+01 0.147235996E+02 0.187584042E+02
61
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780016E+02 0.500734829E+02 0.534299432E+02 0.616085387E+02 0.628469619E+02 0.707264284E+02 0.744969294E+02
62
+ 0.102453669E+03 0.150442147E+03 0.168607204E+03 0.178328417E+03 0.179923794E+03 0.229171574E+03
63
+ 21 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662756E-02 0.546921600E+01 0.694672370E+01 0.736378605E+01 0.147235997E+02 0.187584042E+02
64
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780015E+02 0.500734827E+02 0.534299434E+02 0.616085365E+02 0.628469618E+02 0.707264278E+02 0.744969273E+02
65
+ 0.102453645E+03 0.150442201E+03 0.168607153E+03 0.178328494E+03 0.179923567E+03 0.229171558E+03
66
+ 22 -0.252425041E+02 -0.105172489E+02 -0.101437105E+02 -0.101437105E+02 -0.163277944E+01 0.446517133E+01 0.569923146E+01 0.569923146E+01 0.146684496E+02 0.168529360E+02
67
+ 0.262883886E+02 0.384948347E+02 0.384948348E+02 0.423227283E+02 0.423227288E+02 0.464895506E+02 0.537950462E+02 0.608694086E+02 0.870889110E+02 0.132540835E+03
68
+ 0.142605735E+03 0.144982692E+03 0.144982727E+03 0.216621453E+03 0.216621547E+03 0.239653547E+03
69
+ 23 -0.258152259E+02 -0.126231947E+02 -0.776341479E+01 -0.776341479E+01 0.181425379E+01 0.181425380E+01 0.213241393E+01 0.904479503E+01 0.154852574E+02 0.183283607E+02
70
+ 0.183283608E+02 0.238841830E+02 0.403426190E+02 0.403426195E+02 0.458372822E+02 0.458372828E+02 0.497350158E+02 0.719766335E+02 0.733888711E+02 0.733888721E+02
71
+ 0.118863672E+03 0.118863750E+03 0.152763521E+03 0.174145775E+03 0.174145995E+03 0.229847966E+03
72
+ 24 -0.230833262E+02 -0.146997383E+02 -0.136879152E+02 -0.902695286E+01 0.188800299E+01 0.409385367E+01 0.638003040E+01 0.805577382E+01 0.140165164E+02 0.162668689E+02
73
+ 0.200404351E+02 0.362264127E+02 0.392062484E+02 0.407214435E+02 0.471574945E+02 0.501684833E+02 0.502916454E+02 0.633291875E+02 0.756343852E+02 0.907641532E+02
74
+ 0.930204205E+02 0.977805253E+02 0.145116201E+03 0.166537107E+03 0.187330286E+03 0.212865577E+03
75
+ 25 -0.180120997E+02 -0.180120997E+02 -0.144190314E+02 -0.144190314E+02 0.457554148E+01 0.457554148E+01 0.638520807E+01 0.638520807E+01 0.157787000E+02 0.157787000E+02
76
+ 0.285390031E+02 0.285390031E+02 0.454619244E+02 0.454619246E+02 0.572084302E+02 0.572084304E+02 0.598242207E+02 0.598242211E+02 0.677514753E+02 0.677514761E+02
77
+ 0.777117366E+02 0.777117377E+02 0.161658590E+03 0.161658603E+03 0.171224355E+03 0.171224355E+03
78
+ 26 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662748E-02 0.546921600E+01 0.694672370E+01 0.736378605E+01 0.147235997E+02 0.187584042E+02
79
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780015E+02 0.500734827E+02 0.534299434E+02 0.616085365E+02 0.628469618E+02 0.707264278E+02 0.744969273E+02
80
+ 0.102453645E+03 0.150442201E+03 0.168607153E+03 0.178328494E+03 0.179923567E+03 0.229171558E+03
81
+ 27 -0.230833262E+02 -0.146997383E+02 -0.136879152E+02 -0.902695287E+01 0.188800299E+01 0.409385369E+01 0.638003041E+01 0.805577380E+01 0.140165163E+02 0.162668689E+02
82
+ 0.200404353E+02 0.362264127E+02 0.392062482E+02 0.407214425E+02 0.471574944E+02 0.501684832E+02 0.502916454E+02 0.633291873E+02 0.756343850E+02 0.907641026E+02
83
+ 0.930204238E+02 0.977805453E+02 0.145115987E+03 0.166537127E+03 0.187330282E+03 0.212865594E+03
84
+ 28 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324663249E-02 0.546921599E+01 0.694672374E+01 0.736378605E+01 0.147235996E+02 0.187584042E+02
85
+ 0.248936365E+02 0.323593747E+02 0.357946973E+02 0.467780016E+02 0.500734833E+02 0.534299430E+02 0.616085382E+02 0.628469618E+02 0.707264287E+02 0.744969283E+02
86
+ 0.102453655E+03 0.150442245E+03 0.168607199E+03 0.178328456E+03 0.179923707E+03 0.229171577E+03
87
+ 29 -0.230833262E+02 -0.146997384E+02 -0.136879152E+02 -0.902695286E+01 0.188800298E+01 0.409385371E+01 0.638003040E+01 0.805577381E+01 0.140165163E+02 0.162668688E+02
88
+ 0.200404352E+02 0.362264128E+02 0.392062484E+02 0.407214439E+02 0.471574947E+02 0.501684830E+02 0.502916452E+02 0.633291877E+02 0.756343847E+02 0.907641213E+02
89
+ 0.930204182E+02 0.977805377E+02 0.145116160E+03 0.166537099E+03 0.187330248E+03 0.212865562E+03
90
+ 30 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662748E-02 0.546921600E+01 0.694672370E+01 0.736378605E+01 0.147235997E+02 0.187584042E+02
91
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780015E+02 0.500734827E+02 0.534299434E+02 0.616085365E+02 0.628469618E+02 0.707264278E+02 0.744969273E+02
92
+ 0.102453645E+03 0.150442201E+03 0.168607153E+03 0.178328494E+03 0.179923567E+03 0.229171558E+03
93
+ 31 -0.180120997E+02 -0.180120997E+02 -0.144190315E+02 -0.144190315E+02 0.457554147E+01 0.457554147E+01 0.638520807E+01 0.638520807E+01 0.157786999E+02 0.157786999E+02
94
+ 0.285390031E+02 0.285390031E+02 0.454619245E+02 0.454619245E+02 0.572084303E+02 0.572084305E+02 0.598242207E+02 0.598242209E+02 0.677514762E+02 0.677514767E+02
95
+ 0.777117365E+02 0.777117368E+02 0.161658545E+03 0.161658578E+03 0.171224355E+03 0.171224355E+03
96
+ 32 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662891E-02 0.546921599E+01 0.694672371E+01 0.736378603E+01 0.147235996E+02 0.187584042E+02
97
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780016E+02 0.500734829E+02 0.534299432E+02 0.616085387E+02 0.628469619E+02 0.707264284E+02 0.744969294E+02
98
+ 0.102453669E+03 0.150442147E+03 0.168607204E+03 0.178328417E+03 0.179923794E+03 0.229171574E+03
99
+ 33 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662896E-02 0.546921598E+01 0.694672371E+01 0.736378603E+01 0.147235996E+02 0.187584042E+02
100
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780016E+02 0.500734829E+02 0.534299432E+02 0.616085387E+02 0.628469619E+02 0.707264284E+02 0.744969294E+02
101
+ 0.102453669E+03 0.150442147E+03 0.168607204E+03 0.178328417E+03 0.179923794E+03 0.229171574E+03
102
+ 34 -0.216894836E+02 -0.194977465E+02 -0.881765992E+01 -0.881765991E+01 0.247523774E+01 0.247523775E+01 0.280662259E+01 0.104923668E+02 0.162509830E+02 0.224247567E+02
103
+ 0.224247568E+02 0.227513858E+02 0.329789766E+02 0.329789768E+02 0.589013959E+02 0.589013993E+02 0.600447068E+02 0.659628678E+02 0.659628680E+02 0.695889198E+02
104
+ 0.117418459E+03 0.117418553E+03 0.171614134E+03 0.171614519E+03 0.223810748E+03 0.232610627E+03
105
+ 35 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662896E-02 0.546921598E+01 0.694672371E+01 0.736378603E+01 0.147235996E+02 0.187584042E+02
106
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780016E+02 0.500734829E+02 0.534299432E+02 0.616085387E+02 0.628469619E+02 0.707264284E+02 0.744969294E+02
107
+ 0.102453669E+03 0.150442147E+03 0.168607204E+03 0.178328417E+03 0.179923794E+03 0.229171574E+03
108
+ 36 -0.188018278E+02 -0.188018278E+02 -0.123483033E+02 -0.123483033E+02 -0.137807710E+01 -0.137807710E+01 0.108853443E+02 0.108853443E+02 0.181617586E+02 0.181617586E+02
109
+ 0.370581387E+02 0.370581388E+02 0.397818667E+02 0.397818667E+02 0.645540647E+02 0.645540649E+02 0.691256679E+02 0.691256679E+02 0.928686323E+02 0.928686328E+02
110
+ 0.102114046E+03 0.102114068E+03 0.114817725E+03 0.114817763E+03 0.221335666E+03 0.221335666E+03
111
+ 37 -0.180120997E+02 -0.180120997E+02 -0.144190315E+02 -0.144190315E+02 0.457554147E+01 0.457554147E+01 0.638520807E+01 0.638520807E+01 0.157786999E+02 0.157786999E+02
112
+ 0.285390031E+02 0.285390031E+02 0.454619245E+02 0.454619245E+02 0.572084303E+02 0.572084305E+02 0.598242207E+02 0.598242209E+02 0.677514762E+02 0.677514767E+02
113
+ 0.777117365E+02 0.777117368E+02 0.161658545E+03 0.161658578E+03 0.171224355E+03 0.171224355E+03
114
+ 38 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662748E-02 0.546921600E+01 0.694672370E+01 0.736378605E+01 0.147235997E+02 0.187584042E+02
115
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780015E+02 0.500734827E+02 0.534299434E+02 0.616085365E+02 0.628469618E+02 0.707264278E+02 0.744969273E+02
116
+ 0.102453645E+03 0.150442201E+03 0.168607153E+03 0.178328494E+03 0.179923567E+03 0.229171558E+03
117
+ 39 -0.230833262E+02 -0.146997384E+02 -0.136879152E+02 -0.902695286E+01 0.188800298E+01 0.409385371E+01 0.638003040E+01 0.805577381E+01 0.140165163E+02 0.162668688E+02
118
+ 0.200404352E+02 0.362264128E+02 0.392062484E+02 0.407214439E+02 0.471574947E+02 0.501684830E+02 0.502916452E+02 0.633291877E+02 0.756343847E+02 0.907641213E+02
119
+ 0.930204182E+02 0.977805377E+02 0.145116160E+03 0.166537099E+03 0.187330248E+03 0.212865562E+03
120
+ 40 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662891E-02 0.546921599E+01 0.694672371E+01 0.736378603E+01 0.147235996E+02 0.187584042E+02
121
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780016E+02 0.500734829E+02 0.534299432E+02 0.616085387E+02 0.628469619E+02 0.707264284E+02 0.744969294E+02
122
+ 0.102453669E+03 0.150442147E+03 0.168607204E+03 0.178328417E+03 0.179923794E+03 0.229171574E+03
123
+ 41 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662742E-02 0.546921600E+01 0.694672370E+01 0.736378605E+01 0.147235997E+02 0.187584042E+02
124
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780015E+02 0.500734827E+02 0.534299434E+02 0.616085365E+02 0.628469618E+02 0.707264278E+02 0.744969273E+02
125
+ 0.102453645E+03 0.150442201E+03 0.168607153E+03 0.178328494E+03 0.179923567E+03 0.229171558E+03
126
+ 42 -0.188018278E+02 -0.188018278E+02 -0.123483033E+02 -0.123483033E+02 -0.137807709E+01 -0.137807709E+01 0.108853443E+02 0.108853443E+02 0.181617588E+02 0.181617588E+02
127
+ 0.370581386E+02 0.370581389E+02 0.397818667E+02 0.397818667E+02 0.645540642E+02 0.645540649E+02 0.691256632E+02 0.691256639E+02 0.928686279E+02 0.928686293E+02
128
+ 0.102114041E+03 0.102114051E+03 0.114817694E+03 0.114817714E+03 0.221335648E+03 0.221335649E+03
129
+ 43 -0.215037610E+02 -0.168513415E+02 -0.127733745E+02 -0.108937022E+02 -0.324662743E-02 0.546921600E+01 0.694672370E+01 0.736378605E+01 0.147235997E+02 0.187584042E+02
130
+ 0.248936365E+02 0.323593746E+02 0.357946973E+02 0.467780015E+02 0.500734827E+02 0.534299434E+02 0.616085365E+02 0.628469618E+02 0.707264278E+02 0.744969273E+02
131
+ 0.102453645E+03 0.150442201E+03 0.168607153E+03 0.178328494E+03 0.179923567E+03 0.229171558E+03
132
+ 44 -0.216894836E+02 -0.194977465E+02 -0.881765992E+01 -0.881765991E+01 0.247523774E+01 0.247523775E+01 0.280662259E+01 0.104923668E+02 0.162509830E+02 0.224247567E+02
133
+ 0.224247568E+02 0.227513858E+02 0.329789766E+02 0.329789768E+02 0.589013959E+02 0.589013993E+02 0.600447068E+02 0.659628678E+02 0.659628680E+02 0.695889198E+02
134
+ 0.117418459E+03 0.117418553E+03 0.171614134E+03 0.171614519E+03 0.223810748E+03 0.232610627E+03
releases/diamond_hpro_deeph_v2/basis/dzp/siesta.KP ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 44
2
+ 1 0.000000E+00 0.000000E+00 -0.466067E+00 0.312500E-01
3
+ 2 -0.233033E+00 0.233033E+00 -0.233033E+00 0.312500E-01
4
+ 3 -0.466067E+00 0.466067E+00 0.000000E+00 0.312500E-01
5
+ 4 -0.699100E+00 0.699100E+00 0.233033E+00 0.156250E-01
6
+ 5 0.233033E+00 -0.233033E+00 -0.233033E+00 0.312500E-01
7
+ 6 0.000000E+00 0.000000E+00 0.000000E+00 0.156250E-01
8
+ 7 -0.466067E+00 0.466067E+00 0.466067E+00 0.156250E-01
9
+ 8 -0.233033E+00 0.233033E+00 0.699100E+00 0.156250E-01
10
+ 9 0.699100E+00 -0.699100E+00 0.233033E+00 0.156250E-01
11
+ 10 0.466067E+00 -0.466067E+00 0.466067E+00 0.156250E-01
12
+ 11 0.233033E+00 -0.233033E+00 0.699100E+00 0.156250E-01
13
+ 12 0.000000E+00 0.000000E+00 0.932133E+00 0.156250E-01
14
+ 13 0.233033E+00 0.233033E+00 -0.699100E+00 0.312500E-01
15
+ 14 0.000000E+00 0.466067E+00 -0.466067E+00 0.312500E-01
16
+ 15 -0.233033E+00 0.699100E+00 -0.233033E+00 0.312500E-01
17
+ 16 -0.466067E+00 0.932133E+00 0.000000E+00 0.312500E-01
18
+ 17 0.466067E+00 0.000000E+00 -0.466067E+00 0.312500E-01
19
+ 18 0.233033E+00 0.233033E+00 -0.233033E+00 0.312500E-01
20
+ 19 0.000000E+00 0.466067E+00 0.000000E+00 0.312500E-01
21
+ 20 -0.233033E+00 0.699100E+00 0.233033E+00 0.312500E-01
22
+ 21 0.699100E+00 -0.233033E+00 -0.233033E+00 0.312500E-01
23
+ 22 0.466067E+00 0.000000E+00 0.000000E+00 0.312500E-01
24
+ 23 0.233033E+00 0.233033E+00 0.233033E+00 0.312500E-01
25
+ 24 0.000000E+00 0.466067E+00 0.466067E+00 0.312500E-01
26
+ 25 0.932133E+00 -0.466067E+00 0.000000E+00 0.312500E-01
27
+ 26 0.699100E+00 -0.233033E+00 0.233033E+00 0.312500E-01
28
+ 27 0.466067E+00 0.000000E+00 0.466067E+00 0.312500E-01
29
+ 28 0.233033E+00 0.233033E+00 0.699100E+00 0.312500E-01
30
+ 29 0.466067E+00 0.466067E+00 -0.932133E+00 0.156250E-01
31
+ 30 0.233033E+00 0.699100E+00 -0.699100E+00 0.156250E-01
32
+ 31 0.000000E+00 0.932133E+00 -0.466067E+00 0.156250E-01
33
+ 32 -0.233033E+00 0.116517E+01 -0.233033E+00 0.156250E-01
34
+ 33 0.699100E+00 0.233033E+00 -0.699100E+00 0.156250E-01
35
+ 34 0.466067E+00 0.466067E+00 -0.466067E+00 0.156250E-01
36
+ 35 0.233033E+00 0.699100E+00 -0.233033E+00 0.156250E-01
37
+ 36 0.000000E+00 0.932133E+00 0.000000E+00 0.156250E-01
38
+ 37 0.932133E+00 0.000000E+00 -0.466067E+00 0.156250E-01
39
+ 38 0.699100E+00 0.233033E+00 -0.233033E+00 0.156250E-01
40
+ 39 0.466067E+00 0.466067E+00 0.000000E+00 0.156250E-01
41
+ 40 0.233033E+00 0.699100E+00 0.233033E+00 0.156250E-01
42
+ 41 0.116517E+01 -0.233033E+00 -0.233033E+00 0.156250E-01
43
+ 42 0.932133E+00 0.000000E+00 0.000000E+00 0.156250E-01
44
+ 43 0.699100E+00 0.233033E+00 0.233033E+00 0.156250E-01
45
+ 44 0.466067E+00 0.466067E+00 0.466067E+00 0.156250E-01
releases/diamond_hpro_deeph_v2/basis/dzp/siesta.STRUCT_OUT ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ 0.000000000 1.783500000 1.783500000
2
+ 1.783500000 0.000000000 1.783500000
3
+ 1.783500000 1.783500000 0.000000000
4
+ 2
5
+ 1 6 0.000000000 0.000000000 0.000000000
6
+ 1 6 0.250000000 0.250000000 0.250000000
releases/diamond_hpro_deeph_v2/basis/dzp/siesta.XV ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ 0.000000000 3.370326543 3.370326543 0.000000000 0.000000000 0.000000000
2
+ 3.370326543 0.000000000 3.370326543 0.000000000 0.000000000 0.000000000
3
+ 3.370326543 3.370326543 0.000000000 0.000000000 0.000000000 0.000000000
4
+ 2
5
+ 1 6 0.000000000 0.000000000 0.000000000 0.000000000 0.000000000 0.000000000
6
+ 1 6 1.685163272 1.685163272 1.685163272 0.000000000 0.000000000 0.000000000
releases/diamond_hpro_deeph_v2/basis/dzp/siesta.out ADDED
@@ -0,0 +1,642 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Executable : siesta
2
+ Version : 5.4.2
3
+ Architecture : x86_64
4
+ Compiler version: GNU-14.3.0
5
+ Compiler flags : -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem <prefix>/include -I<prefix>/_build_env/include -fdebug-prefix-map=<prefix>/work=/usr/local/src/conda/siesta-5.4.2 -fdebug-prefix-map=<prefix>=/usr/local/src/conda-prefix -I<prefix>/lib -fallow-argument-mismatch -O3
6
+ Parallelisations: none
7
+ NetCDF support
8
+ NetCDF-4 support
9
+ Lua support
10
+ DFT-D3 support
11
+
12
+ Runtime information:
13
+ * Directory : /home/apolyukhin/Development/HPRO/examples/Diamond/aobasis
14
+ * Running in serial mode.
15
+ >> Start of run: 31-JAN-2026 22:37:41
16
+
17
+ ***********************
18
+ * WELCOME TO SIESTA *
19
+ ***********************
20
+
21
+ NOTE: Siesta V5 introduces some new defaults for basis-set generation
22
+ NOTE: which might lead to slightly different numerical results.
23
+ NOTE: Please see the manual for full details and compatibility measures.
24
+
25
+
26
+ reinit: Reading from standard input
27
+ reinit: Dumping input in INPUT_TMP.08556
28
+ ************************** Dump of input data file ****************************
29
+ SystemName Diamond
30
+ SystemLabel siesta
31
+ NumberOfAtoms 2
32
+ NumberOfSpecies 1
33
+ %block ChemicalSpeciesLabel
34
+ 1 6 C
35
+ %endblock ChemicalSpeciesLabel
36
+ LatticeConstant 3.567 Ang
37
+ %block LatticeVectors
38
+ 0.0 0.5 0.5
39
+ 0.5 0.0 0.5
40
+ 0.5 0.5 0.0
41
+ %endblock LatticeVectors
42
+ AtomicCoordinatesFormat Fractional
43
+ %block AtomicCoordinatesAndAtomicSpecies
44
+ 0.00 0.00 0.00 1
45
+ 0.25 0.25 0.25 1
46
+ %endblock AtomicCoordinatesAndAtomicSpecies
47
+ PAO.BasisSize DZP
48
+ PAO.BasisType nodes
49
+ %block PAO.Basis
50
+ C 2
51
+ n=2 0 2
52
+ 0.000 0.000
53
+ 1.000 1.000
54
+ n=2 1 2 P
55
+ 0.000 0.000
56
+ 1.000 1.000
57
+ %endblock PAO.Basis
58
+ %block kgrid_Monkhorst_Pack
59
+ 4 0 0 0.0
60
+ 0 4 0 0.0
61
+ 0 0 4 0.0
62
+ %endblock kgrid_Monkhorst_Pack
63
+ SolutionMethod diagon
64
+ OccupationFunction MP
65
+ ElectronicTemperature 0.0000 eV
66
+ MaxSCFIterations 300
67
+ MeshCutoff 320.0 Ry
68
+ DM.Tolerance 1.E-6
69
+ SCF.H.Converge F
70
+ UseSaveData F
71
+ DM.UseSaveDM F
72
+ SpinOrbit F
73
+ Diag.ParallelOverK T
74
+ ************************** End of input data file *****************************
75
+
76
+ reinit: -----------------------------------------------------------------------
77
+ reinit: System Name: Diamond
78
+ reinit: -----------------------------------------------------------------------
79
+ reinit: System Label: siesta
80
+ reinit: -----------------------------------------------------------------------
81
+
82
+ initatom: Reading input for the pseudopotentials and atomic orbitals ----------
83
+ Species number: 1 Atomic number: 6 Label: C
84
+
85
+ Ground state valence configuration (from tables): 2s02 2p02 3d00 4f00
86
+
87
+ ---- Processing specs for species: C
88
+ Reading pseudopotential information in PSML from:
89
+ C.psml
90
+ PSML file version: 1.1
91
+ Using libxc ids: 101 130
92
+ GGA--PBE XC_GGA_X_PBE--XC_GGA_C_PBE pb
93
+ PSML uuid: 297821e0-be41-11e7-6802-e1ff7dfff095
94
+
95
+ ---- Pseudopotential check for C
96
+
97
+ Pseudized shells:
98
+ 2s( 2.00) rc: 1.20
99
+ 2p( 2.00) rc: 1.26
100
+ Valence configuration for ps generation: 2s:2p: Total charge: 4.000000
101
+ C: adding empty (pol) shell: 3d
102
+ For C, standard SIESTA heuristics set lmxkb to 3
103
+ (one more than the basis l, including polarization orbitals).
104
+ Use PS.lmax or PS.KBprojectors blocks to override.
105
+ C pseudopotential only contains V_ls up to l=1 -- lmxkb reset.
106
+
107
+ <basis_specs>
108
+ ===============================================================================
109
+ C Z= 6 Mass= 12.011 Charge= 0.17977+309
110
+ Lmxo=2 Lmxkb= 1 BasisType=nodes Semic=F
111
+ L=0 Nsemic=0 Cnfigmx=2
112
+ i=1 nzeta=2 polorb=0 (2s)
113
+ splnorm: 0.15000
114
+ vcte: 40.000
115
+ rinn: -0.90000
116
+ qcoe: 0.0000
117
+ qyuk: 0.0000
118
+ qwid: 0.10000E-01
119
+ rcs: 0.0000 0.0000
120
+ lambdas: 1.0000 1.0000
121
+ L=1 Nsemic=0 Cnfigmx=2
122
+ i=1 nzeta=2 polorb=1 (2p) (to be polarized perturbatively)
123
+ splnorm: 0.15000
124
+ vcte: 40.000
125
+ rinn: -0.90000
126
+ qcoe: 0.0000
127
+ qyuk: 0.0000
128
+ qwid: 0.10000E-01
129
+ rcs: 0.0000 0.0000
130
+ lambdas: 1.0000 1.0000
131
+ L=2 Nsemic=0 Cnfigmx=3
132
+ i=1 nzeta=0 polorb=0 (3d) (perturbative polarization orbital) (from 2p)
133
+ -------------------------------------------------------------------------------
134
+ L=0 Nkbl=1 erefs: 0.17977+309
135
+ L=1 Nkbl=1 erefs: 0.17977+309
136
+ ===============================================================================
137
+ </basis_specs>
138
+
139
+ Using PAO.SplitTailNorm
140
+ atom: Called for C (Z = 6)
141
+ NOTE: C pseudopotential has channels up to l= 1
142
+ NOTE: PAOs with higher l will be generated with V_local
143
+ Maximum radius (at nrval) set to 50.00000 8518
144
+
145
+ read_vps: Pseudopotential generation method:
146
+ read_vps: ONCVPSP-3.Hamann's oncvpsp
147
+ Valence charge in pseudo generation: 4.00000
148
+
149
+ read_vps: Pseudopotential includes a core correction:
150
+ read_vps: Pseudo-core for xc-correction
151
+
152
+ xc_check: Exchange-correlation functional:
153
+ xc_check: Ceperley-Alder
154
+ xc_check: WARNING: Pseudopotential generated with GGA PBE functional
155
+ Got Vlocal (oncv-fit) from psml data
156
+ Choosing vlocal chloc cutoff: 4.122282
157
+ qtot up to nchloc: 4.00001153
158
+ atom: Maximum radius for chlocal: 4.12228
159
+ atom: Maximum radius for r*vlocal+2*Zval: 4.12228
160
+ Reading KB projs from C psml data
161
+ Using scalar-relativistic projectors in PSML file
162
+
163
+ PSML: Kleinman-Bylander projectors:
164
+ l= 0 rc= 1.219773 Ekb= 12.963096
165
+ l= 0 rc= 1.219773 Ekb= 0.771007
166
+ l= 1 rc= 1.278952 Ekb= -8.399923
167
+ l= 1 rc= 1.278952 Ekb= -1.755033
168
+
169
+ PSML: Total number of Kleinman-Bylander projectors: 8
170
+ atom: -------------------------------------------------------------------------
171
+
172
+ atom: SANKEY-TYPE ORBITALS:
173
+ atom: Selected multiple-zeta basis: nodes
174
+
175
+ NODES: Orbitals with angular momentum L= 0
176
+
177
+ NODES: Basis orbitals for state 2s
178
+
179
+ NODES: PAO cut-off radius determinated from an
180
+ NODES: energy shift= 0.010000 Ry
181
+
182
+ izeta = 1
183
+ lambda = 1.000000
184
+ rc = 4.511437
185
+ energy = -0.990536
186
+ kinetic = 0.937580
187
+ potential(screened) = -1.928116
188
+ potential(ionic) = -5.484011
189
+
190
+ izeta = 2
191
+ lambda = 1.000000
192
+ rc = 4.511437
193
+ energy = 0.891142
194
+ kinetic = 1.793173
195
+ potential(screened) = -0.902030
196
+ potential(ionic) = -3.534576
197
+
198
+ NODES: Orbitals with angular momentum L= 1
199
+
200
+ NODES: Basis orbitals for state 2p
201
+
202
+ NODES: PAO cut-off radius determinated from an
203
+ NODES: energy shift= 0.010000 Ry
204
+
205
+ izeta = 1
206
+ lambda = 1.000000
207
+ rc = 5.490449
208
+ energy = -0.370949
209
+ kinetic = 2.425333
210
+ potential(screened) = -2.796282
211
+ potential(ionic) = -6.202636
212
+
213
+ izeta = 2
214
+ lambda = 1.000000
215
+ rc = 5.490449
216
+ energy = 0.680157
217
+ kinetic = 2.141732
218
+ potential(screened) = -1.461575
219
+ potential(ionic) = -3.873772
220
+ *Note: V_local used for l= 2
221
+
222
+ ** Using vlocal for PAOs with L= 2
223
+
224
+ POLgen: Perturbative polarization orbital with L= 2
225
+
226
+ POLgen: Polarization orbital for state 2p
227
+ *Note: V_local used for lpol= 2
228
+
229
+ ** Using vlocal for PAOs with L= 2
230
+ Split based on tail norm
231
+
232
+ izeta = 1
233
+ rc = 5.490449
234
+ energy = 1.123484
235
+ kinetic = 2.219016
236
+ potential(screened) = -1.095531
237
+ potential(ionic) = -3.908003
238
+ atom: Total number of Sankey-type orbitals: 13
239
+
240
+ atm_pop: Valence configuration (for local Pseudopot. screening):
241
+ 2s( 2.00)
242
+ 2p( 2.00)
243
+ 3d( 0.00)
244
+ Vna: chval, zval: 4.00000 4.00000
245
+
246
+ Vna: Cut-off radius for the neutral-atom potential: 5.490449
247
+ comcore: Pseudo-core radius Rcore= 1.671741
248
+
249
+ atom: _________________________________________________________________________
250
+
251
+ prinput: Basis input
252
+
253
+ PAO.BasisType nodes
254
+
255
+ %block ChemicalSpeciesLabel
256
+ 1 6 C # Species index, atomic number, species label
257
+ %endblock ChemicalSpeciesLabel
258
+
259
+ %block PAO.Basis # Define Basis set
260
+ # WARNING: This information might be incomplete!
261
+ C 2 # Species label, number of l-shells
262
+ n=2 0 2 # n, l, Nzeta
263
+ 4.511 4.511
264
+ 1.000 1.000
265
+ n=2 1 2 P 1 # n, l, Nzeta, Polarization, NzetaPol
266
+ 5.490 5.490
267
+ 1.000 1.000
268
+ %endblock PAO.Basis
269
+
270
+ prinput: ----------------------------------------------------------------------
271
+
272
+ Dumping basis to NetCDF file C.ion.nc
273
+ coor: Atomic-coordinates input format = Fractional
274
+
275
+ siesta: Atomic coordinates (Bohr) and species
276
+ siesta: 0.00000 0.00000 0.00000 1 1
277
+ siesta: 1.68516 1.68516 1.68516 1 2
278
+
279
+ siesta: System type = bulk
280
+
281
+ initatomlists: Number of atoms, orbitals, and projectors: 2 26 16
282
+
283
+ siesta: ******************** Simulation parameters ****************************
284
+ siesta:
285
+ siesta: The following are some of the parameters of the simulation.
286
+ siesta: A complete list of the parameters used, including default values,
287
+ siesta: can be found in file out.fdf
288
+ siesta:
289
+ redata: Spin configuration = none
290
+ redata: Number of spin components = 1
291
+ redata: Time-Reversal Symmetry = T
292
+ redata: Spin spiral = F
293
+ redata: Long output = F
294
+ redata: Number of Atomic Species = 1
295
+ redata: Charge density info will appear in .RHO file
296
+ redata: Write Mulliken charges (when) = none
297
+ redata: Write Mulliken Pop. = NO
298
+ redata: Write Hirshfeld charges (when) = none
299
+ redata: Write Voronoi charges (when) = none
300
+ redata: Write spin charge (when) = none
301
+ redata: Matel table size (NRTAB) = 1024
302
+ redata: Mesh Cutoff = 320.0000 Ry
303
+ redata: Net charge of the system = 0.0000 |e|
304
+ redata: Min. number of SCF Iter = 0
305
+ redata: Max. number of SCF Iter = 300
306
+ redata: SCF convergence failure will abort job
307
+ redata: SCF mix quantity = Hamiltonian
308
+ redata: Mix DM or H after convergence = F
309
+ redata: Recompute H after scf cycle = F
310
+ redata: Mix DM in first SCF step = T
311
+ redata: Write Pulay info on disk = F
312
+ redata: New DM Occupancy tolerance = 0.000000000001
313
+ redata: No kicks to SCF
314
+ redata: DM Mixing Weight for Kicks = 0.5000
315
+ redata: Require Harris convergence for SCF = F
316
+ redata: Harris energy tolerance for SCF = 0.000100 eV
317
+ redata: Require DM convergence for SCF = T
318
+ redata: DM tolerance for SCF = 0.000001
319
+ redata: Require EDM convergence for SCF = F
320
+ redata: EDM tolerance for SCF = 0.001000 eV
321
+ redata: Require H convergence for SCF = F
322
+ redata: Hamiltonian tolerance for SCF = 0.001000 eV
323
+ redata: Require (free) Energy convergence for SCF = F
324
+ redata: (free) Energy tolerance for SCF = 0.000100 eV
325
+ redata: Using DFT-D3 dispersion = F
326
+ redata: Using Saved Data (generic) = F
327
+ redata: Use continuation files for DM = F
328
+ redata: Neglect nonoverlap interactions = F
329
+ redata: Method of Calculation = Diagonalization
330
+ redata: Electronic Temperature = 0.0000 K
331
+ redata: Fix the spin of the system = F
332
+ redata: Max. number of TDED Iter = 1
333
+ redata: Number of TDED substeps = 3
334
+ redata: Dynamics option = Single-point calculation
335
+ mix.SCF: Pulay mixing = Pulay
336
+ mix.SCF: Variant = stable
337
+ mix.SCF: History steps = 2
338
+ mix.SCF: Linear mixing weight = 0.250000
339
+ mix.SCF: Mixing weight = 0.250000
340
+ mix.SCF: SVD condition = 0.1000E-07
341
+ redata: Save all siesta data in one NC = F
342
+ redata: ***********************************************************************
343
+
344
+ %block SCF.Mixers
345
+ Pulay
346
+ %endblock SCF.Mixers
347
+
348
+ %block SCF.Mixer.Pulay
349
+ # Mixing method
350
+ method pulay
351
+ variant stable
352
+
353
+ # Mixing options
354
+ weight 0.2500
355
+ weight.linear 0.2500
356
+ history 2
357
+ %endblock SCF.Mixer.Pulay
358
+
359
+ DM_history_depth set to one: no extrapolation allowed by default for geometry relaxation
360
+ Size of DM history Fstack: 1
361
+ Total number of electrons: 8.000000
362
+ Total ionic charge: 8.000000
363
+ k-point displ. along 1 input, could be: 0.00 0.50
364
+ k-point displ. along 2 input, could be: 0.00 0.50
365
+ k-point displ. along 3 input, could be: 0.00 0.50
366
+ Kpoints in: 48 . Kpoints trimmed: 44
367
+
368
+ siesta: k-grid: Number of k-points = 44
369
+ siesta: k-points from Monkhorst-Pack grid
370
+ siesta: k-cutoff (effective) = 5.044 Ang
371
+ siesta: k-point supercell and displacements
372
+ siesta: k-grid: 4 0 0 0.000
373
+ siesta: k-grid: 0 4 0 0.000
374
+ siesta: k-grid: 0 0 4 0.000
375
+
376
+ diag: Algorithm = D&C
377
+ diag: Used triangular part = Lower
378
+ diag: Absolute tolerance = 0.100E-15
379
+ diag: Orthogonalization factor = 0.100E-05
380
+ diag: Memory factor = 1.0000
381
+
382
+ superc: Internal auxiliary supercell: 5 x 5 x 5 = 125
383
+ superc: Number of atoms, orbitals, and projectors: 250 3250 2000
384
+
385
+
386
+ ts: **************************************************************
387
+ ts: Save H and S matrices = F
388
+ ts: Save TSHS files in MD/FC simulation = F
389
+ ts: Save DM and EDM matrices = F
390
+ ts: Only save the overlap matrix S = F
391
+ ts: **************************************************************
392
+
393
+ ************************ Begin: TS CHECKS AND WARNINGS ************************
394
+ ************************ End: TS CHECKS AND WARNINGS **************************
395
+
396
+
397
+ ====================================
398
+ Single-point calculation
399
+ ====================================
400
+
401
+ superc: Internal auxiliary supercell: 5 x 5 x 5 = 125
402
+ superc: Number of atoms, orbitals, and projectors: 250 3250 2000
403
+
404
+ outcell: Unit cell vectors (Ang):
405
+ 0.000000 1.783500 1.783500
406
+ 1.783500 0.000000 1.783500
407
+ 1.783500 1.783500 0.000000
408
+
409
+ outcell: Cell vector modules (Ang) : 2.522250 2.522250 2.522250
410
+ outcell: Cell angles (23,13,12) (deg): 60.0000 60.0000 60.0000
411
+ outcell: Cell volume (Ang**3) : 11.3462
412
+ <dSpData1D:S at geom step 0
413
+ <sparsity:sparsity for geom step 0
414
+ nrows_g=26 nrows=26 sparsity=81.5059 nnzs=55098, refcount: 7>
415
+ <dData1D:(new from dSpData1D) n=55098, refcount: 1>
416
+ refcount: 1>
417
+ new_DM -- step: 1
418
+ Initializing Density Matrix...
419
+ DM filled with atomic data:
420
+ <dSpData2D:DM initialized from atoms
421
+ <sparsity:sparsity for geom step 0
422
+ nrows_g=26 nrows=26 sparsity=81.5059 nnzs=55098, refcount: 8>
423
+ <dData2D:DM n=55098 m=1, refcount: 1>
424
+ refcount: 1>
425
+ No. of atoms with KB's overlaping orbs in proc 0. Max # of overlaps: 44 443
426
+
427
+ InitMesh: MESH = 24 x 24 x 24 = 13824
428
+ InitMesh: Mesh cutoff (required, used) = 320.000 375.353 Ry
429
+ New grid distribution [1]: sub = 2
430
+
431
+ stepf: Methfessel-Paxton step function
432
+ Using Hermite-Gauss polynomials of order 1
433
+
434
+ siesta: Program's energy decomposition (eV):
435
+ siesta: Ebs = -118.490002
436
+ siesta: Eions = 564.323437
437
+ siesta: Ena = 150.085033
438
+ siesta: Ekin = 228.339916
439
+ siesta: Enl = -12.247917
440
+ siesta: Eso = 0.000000
441
+ siesta: Edftu = 0.000000
442
+ siesta: DEna = -11.496284
443
+ siesta: DUscf = 0.915093
444
+ siesta: DUext = 0.000000
445
+ siesta: Ex = -103.415496
446
+ siesta: Ec = -14.014502
447
+ siesta: Exc = -117.429998
448
+ siesta: EbV = 0.000000
449
+ siesta: eta*DQ = 0.000000
450
+ siesta: Emadel = 0.000000
451
+ siesta: Emeta = 0.000000
452
+ siesta: Emolmec = 0.000000
453
+ siesta: Ekinion = 0.000000
454
+ siesta: Eharris = -318.683167
455
+ siesta: Etot = -326.157594
456
+ siesta: FreeEng = -326.157594
457
+
458
+ iscf Eharris(eV) E_KS(eV) FreeEng(eV) dDmax Ef(eV) dHmax(eV)
459
+ scf: 1 -318.683167 -326.157594 -326.157594 1.067224 -5.701236 0.917221
460
+ timer: Routine,Calls,Time,% = IterSCF 1 0.826 26.90
461
+ scf: 2 -326.241349 -326.200147 -326.200147 0.007243 -5.504752 0.639878
462
+ scf: 3 -326.274979 -326.241237 -326.241237 0.015976 -5.059574 0.007629
463
+ scf: 4 -326.241244 -326.241241 -326.241241 0.000249 -5.061884 0.004773
464
+ scf: 5 -326.241245 -326.241243 -326.241243 0.000331 -5.063406 0.002070
465
+ scf: 6 -326.241245 -326.241244 -326.241244 0.000258 -5.063941 0.001454
466
+ scf: 7 -326.241245 -326.241244 -326.241244 0.000176 -5.063965 0.001111
467
+ scf: 8 -326.241244 -326.241244 -326.241244 0.000065 -5.063756 0.000786
468
+ scf: 9 -326.241244 -326.241244 -326.241244 0.000015 -5.063525 0.000502
469
+ scf: 10 -326.241244 -326.241244 -326.241244 0.000013 -5.063369 0.000341
470
+ scf: 11 -326.241244 -326.241244 -326.241244 0.000018 -5.063259 0.000175
471
+ scf: 12 -326.241244 -326.241244 -326.241244 0.000016 -5.063210 0.000077
472
+ scf: 13 -326.241244 -326.241244 -326.241244 0.000013 -5.063195 0.000071
473
+ scf: 14 -326.241244 -326.241244 -326.241244 0.000006 -5.063202 0.000051
474
+ scf: 15 -326.241244 -326.241244 -326.241244 0.000002 -5.063215 0.000034
475
+ scf: 16 -326.241244 -326.241244 -326.241244 0.000001 -5.063225 0.000023
476
+
477
+ SCF Convergence by DM criterion
478
+ max |DM_out - DM_in| : 0.0000006460
479
+ max |H_out - H_in| (eV) : 0.0000233713
480
+ SCF cycle converged after 16 iterations
481
+
482
+ Using DM_out to compute the final energy and forces
483
+ No. of atoms with KB's overlaping orbs in proc 0. Max # of overlaps: 44 443
484
+
485
+ siesta: E_KS(eV) = -326.2412
486
+
487
+ siesta: E_KS - E_eggbox = -326.2412
488
+
489
+ siesta: Atomic forces (eV/Ang):
490
+ ----------------------------------------
491
+ Tot -0.000000 -0.000000 0.000000
492
+ ----------------------------------------
493
+ Max 0.000000
494
+ Res 0.000000 sqrt( Sum f_i^2 / 3N )
495
+ ----------------------------------------
496
+ Max 0.000000 constrained
497
+
498
+ Stress tensor Voigt[x,y,z,yz,xz,xy] (kbar): -22.29 -22.29 -22.29 0.00 0.00 0.00
499
+ (Free)E + p*V (eV/cell) -326.0834
500
+ Target enthalpy (eV/cell) -326.2412
501
+
502
+ siesta: Program's energy decomposition (eV):
503
+ siesta: Ebs = -119.981824
504
+ siesta: Eions = 564.323437
505
+ siesta: Ena = 150.085033
506
+ siesta: Ekin = 224.616581
507
+ siesta: Enl = -11.704458
508
+ siesta: Eso = 0.000000
509
+ siesta: Edftu = 0.000000
510
+ siesta: DEna = -8.761412
511
+ siesta: DUscf = 0.666251
512
+ siesta: DUext = 0.000000
513
+ siesta: Ex = -102.832390
514
+ siesta: Ec = -13.987413
515
+ siesta: Exc = -116.819803
516
+ siesta: EbV = 0.000000
517
+ siesta: eta*DQ = 0.000000
518
+ siesta: Emadel = 0.000000
519
+ siesta: Emeta = 0.000000
520
+ siesta: Emolmec = 0.000000
521
+ siesta: Ekinion = 0.000000
522
+ siesta: Eharris = -326.241244
523
+ siesta: Etot = -326.241244
524
+ siesta: FreeEng = -326.241244
525
+
526
+ siesta: Final energy (eV):
527
+ siesta: Band Struct. = -119.981824
528
+ siesta: Kinetic = 224.616581
529
+ siesta: Hartree = 24.953322
530
+ siesta: Edftu = 0.000000
531
+ siesta: Eso = 0.000000
532
+ siesta: Ext. field = 0.000000
533
+ siesta: Exch. = -102.832390
534
+ siesta: Corr. = -13.987413
535
+ siesta: Bulk bias = 0.000000
536
+ siesta: Exch.-corr. = -116.819803
537
+ siesta: Ion-electron = -265.230318
538
+ siesta: Ion-ion = -193.761027
539
+ siesta: Ekinion = 0.000000
540
+ siesta: D3 dispersion = 0.000000
541
+ siesta: Total = -326.241244
542
+ siesta: Fermi = -5.063225
543
+
544
+ siesta: Stress tensor (static) (eV/Ang**3):
545
+ siesta: -0.013911 0.000000 0.000000
546
+ siesta: 0.000000 -0.013911 0.000000
547
+ siesta: 0.000000 0.000000 -0.013911
548
+
549
+ siesta: Cell volume = 11.346171 Ang**3
550
+
551
+ siesta: Pressure (static):
552
+ siesta: Solid Molecule Units
553
+ siesta: 0.00015151 0.00015151 Ry/Bohr**3
554
+ siesta: 0.01391066 0.01391066 eV/Ang**3
555
+ siesta: 22.28733056 22.28733063 kBar
556
+
557
+ Basis Enthalpy Calculation:
558
+ Basis Pressure for species 1(C) : 0.2000000 GPa
559
+
560
+ Orbital volume contribution = 1.054049 eV
561
+ (Free)E + p_basis*V_orbitals = -325.187196 eV
562
+ (Free)Eharris+ p_basis*V_orbitals = -325.187196 eV
563
+ WARNING: BASIS_ENTHALPY and BASIS_HARRIS_ENTHALPY files are deprecated. They will be removed in future releases.
564
+ Please use system_label.BASIS_ENTHALPY in your scripts instead.
565
+
566
+ cite: Please indicate the Siesta version in published work: 5.4.2
567
+ cite: This calculation has made use of features in the following articles
568
+ cite: which we encourage you to cite in published work.
569
+ cite: (Please see "siesta.bib" for a BibTeX file.)
570
+ Primary SIESTA paper
571
+ DOI: www.doi.org/10.1088/0953-8984/14/11/302
572
+ PSML pseudopotential format
573
+ DOI: www.doi.org/10.1016/j.cpc.2018.02.011
574
+
575
+
576
+ timer: Elapsed wall time (sec) = 12.367
577
+ timer: CPU execution times (sec):
578
+
579
+ Routine Calls Time/call Tot.time %
580
+ siesta 1 16.561 16.561 100.00
581
+ Setup 1 1.150 1.150 6.94
582
+ bands 1 0.000 0.000 0.00
583
+ KSV_init 1 0.000 0.000 0.00
584
+ IterGeom 1 15.399 15.399 92.98
585
+ geom_init 1 1.096 1.096 6.62
586
+ state_init 1 0.209 0.209 1.26
587
+ hsparse 1 0.010 0.010 0.06
588
+ overlap 1 0.011 0.011 0.07
589
+ Setup_H0 1 0.412 0.412 2.49
590
+ naefs 2 0.000 0.000 0.00
591
+ dnaefs 1 0.000 0.000 0.00
592
+ two-body 1 0.000 0.000 0.00
593
+ MolMec 2 0.000 0.000 0.00
594
+ kinefsm 2 0.011 0.023 0.14
595
+ nlefsm 2 0.063 0.127 0.76
596
+ DHSCF_Init 1 0.356 0.356 2.15
597
+ DHSCF1 1 0.015 0.015 0.09
598
+ InitMesh 1 0.015 0.015 0.09
599
+ INITMESH 1 0.000 0.000 0.00
600
+ DHSCF2 1 0.341 0.341 2.06
601
+ REMESH 1 0.048 0.048 0.29
602
+ REORD 51 0.000 0.001 0.01
603
+ PHION 1 0.265 0.265 1.60
604
+ COMM_BSC 75 0.000 0.001 0.01
605
+ POISON 19 0.000 0.006 0.04
606
+ fft 38 0.000 0.004 0.02
607
+ setup_H 17 0.512 8.699 52.52
608
+ DHSCF 18 0.568 10.232 61.78
609
+ DHSCF3 18 0.508 9.150 55.25
610
+ rhoofd 18 0.321 5.770 34.84
611
+ XC 18 0.002 0.033 0.20
612
+ GXC-CellXC 18 0.002 0.032 0.20
613
+ gridxc@cellXC 18 0.002 0.032 0.19
614
+ vmat 18 0.185 3.337 20.15
615
+ IterSCF 16 0.791 12.655 76.42
616
+ compute_dm 16 0.276 4.410 26.63
617
+ diagon 16 0.276 4.408 26.62
618
+ c-eigval 704 0.002 1.508 9.10
619
+ c-buildHS 704 0.002 1.414 8.54
620
+ cdiag 1408 0.000 0.241 1.45
621
+ cdiag1 1408 0.000 0.011 0.07
622
+ cdiag2 1408 0.000 0.048 0.29
623
+ cdiag3 1408 0.000 0.155 0.94
624
+ c-eigvec 704 0.002 1.581 9.55
625
+ cdiag4 704 0.000 0.004 0.02
626
+ c-buildD 704 0.002 1.305 7.88
627
+ MIXER 15 0.000 0.004 0.03
628
+ PostSCF 1 1.648 1.648 9.95
629
+ FINAL_HF 1 1.648 1.648 9.95
630
+ DHSCF4 1 1.082 1.082 6.53
631
+ dfscf 1 1.053 1.053 6.36
632
+ overfsm 1 0.012 0.012 0.07
633
+ writeHSX 1 0.001 0.001 0.01
634
+ state_analysis 1 0.000 0.000 0.00
635
+ siesta_move 1 0.000 0.000 0.00
636
+ Analysis 1 0.001 0.001 0.01
637
+ optical 1 0.000 0.000 0.00
638
+
639
+
640
+ >> End of run: 31-JAN-2026 22:37:53
641
+ Job completed
642
+ Job completed
releases/diamond_hpro_deeph_v2/compatibility/local_layouts.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "release_version": "diamond_hpro_deeph_v2",
3
+ "materialize_by_symlink": true,
4
+ "suggested_local_mappings": {
5
+ "example/diamond_new_data/data": "data/raman_v3_308",
6
+ "example/diamond_zg/cluster_data/zg_endpoints": "data/zg_endpoints",
7
+ "example/diamond_zg/cluster_data/zg_train_a0": "data/zg_train_a0",
8
+ "example/diamond_zg/cluster_data/zg_train_a1_clean": "data/zg_train_a1_clean",
9
+ "example/diamond_zg/cluster_data/zg_train_a2_zgline": "data/zg_train_a2_zgline",
10
+ "example/diamond_zg/cluster_data/zg_train_a7_physical_fd": "data/zg_train_a7_physical_fd"
11
+ }
12
+ }
releases/diamond_hpro_deeph_v2/compatibility/materialize_epc_ml.py ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ from __future__ import annotations
3
+ import argparse, json, os, shutil
4
+ from pathlib import Path
5
+ p=argparse.ArgumentParser(); p.add_argument("--release-root", required=True); p.add_argument("--repo-root", required=True); p.add_argument("--mode", choices=["symlink","copy"], default="symlink"); p.add_argument("--overwrite", action="store_true"); a=p.parse_args()
6
+ release=Path(a.release_root).resolve(); repo=Path(a.repo_root).resolve(); layouts=json.loads((release/"compatibility/local_layouts.json").read_text())
7
+ for local_rel, release_rel in layouts["suggested_local_mappings"].items():
8
+ src=release/release_rel; dst=repo/local_rel
9
+ if dst.exists() or dst.is_symlink():
10
+ if not a.overwrite: print(f"SKIP existing {dst}"); continue
11
+ if dst.is_symlink() or dst.is_file(): dst.unlink()
12
+ else: shutil.rmtree(dst)
13
+ dst.parent.mkdir(parents=True, exist_ok=True)
14
+ if a.mode=="symlink": os.symlink(src,dst)
15
+ else: shutil.copytree(src,dst)
16
+ print(f"{a.mode}: {dst} -> {src}")
releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/preprocess.ini ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 preprocess — diamond_new_data v3 (308 frames)
2
+
3
+ [basic]
4
+ device = cpu
5
+ dtype = float
6
+
7
+ [data]
8
+ graph_dir =
9
+ DFT_data_dir =
10
+ processed_data_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/processed_data
11
+ save_graph_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/graph
12
+ target_data = hamiltonian
13
+ dataset_name = diamond_new_data_v3
14
+ get_overlap = False
15
+
16
+ [graph]
17
+ radius = -1.0
18
+ create_from_DFT = True
19
+ max_num_nbr = 0
20
+
21
+ [target]
22
+ target = hamiltonian
23
+ target_blocks_type = all
24
+ target_blocks =
25
+ selected_element_pairs =
26
+ convert_net_out = False
releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/preprocess_v4a.ini ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 preprocess — diamond_curated_v4a (106 frames)
2
+ ; Subset: equilibrium (2) + tier1_fine (80) + single_atom_fd (24)
3
+
4
+ [basic]
5
+ device = cpu
6
+ dtype = float
7
+
8
+ [data]
9
+ graph_dir =
10
+ DFT_data_dir =
11
+ processed_data_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/processed_data_v4a
12
+ save_graph_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/graph
13
+ target_data = hamiltonian
14
+ dataset_name = diamond_curated_v4a
15
+ get_overlap = False
16
+
17
+ [graph]
18
+ radius = -1.0
19
+ create_from_DFT = True
20
+ max_num_nbr = 0
21
+
22
+ [target]
23
+ target = hamiltonian
24
+ target_blocks_type = all
25
+ target_blocks =
26
+ selected_element_pairs =
27
+ convert_net_out = False
releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/preprocess_v4b.ini ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 preprocess — diamond_curated_v4b (186 frames, Option B)
2
+ ; Subset: equilibrium (2) + tier1_fine (80) + tier2_mid (80) + single_atom_fd (24)
3
+ ; Drop tier3_wide + strain_iso + strain_uni + sc4_prim per pre-flight bias-mean probe.
4
+ ; v4a (option A, 106 frames) train converged but eval-time MAE 8x worse than v3:
5
+ ; narrow distribution caused model to find local minimum failing on band structure.
6
+ ; v4b adds tier2_mid back to broaden distribution while still dropping the worst bias offenders.
7
+
8
+ [basic]
9
+ device = cpu
10
+ dtype = float
11
+
12
+ [data]
13
+ graph_dir =
14
+ DFT_data_dir =
15
+ processed_data_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/processed_data_v4b
16
+ save_graph_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/graph
17
+ target_data = hamiltonian
18
+ dataset_name = diamond_curated_v4b
19
+ get_overlap = False
20
+
21
+ [graph]
22
+ radius = -1.0
23
+ create_from_DFT = True
24
+ max_num_nbr = 0
25
+
26
+ [target]
27
+ target = hamiltonian
28
+ target_blocks_type = all
29
+ target_blocks =
30
+ selected_element_pairs =
31
+ convert_net_out = False
releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/train.ini ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 training config — diamond_new_data v3 (308 frames)
2
+ ; Base: prior diamond_zg_sc3 (proven on Daint GH200 lp18).
3
+ ; Changes:
4
+ ; dataset_name -> diamond_new_data_v3
5
+ ; train/val/test 45/8/8 -> 246/31/31 (308 structures, 0.8/0.1/0.1 split per summary)
6
+ ; cutoff_radius 6.0 -> 7.0 (3x3x3 conv side 10.7 A, leaves 3.7 A buffer; per summary)
7
+ ; num_blocks 3 -> 4 (per summary deeph_e3 spec)
8
+
9
+ [basic]
10
+ device = cuda
11
+ dtype = float
12
+ save_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/results
13
+ additional_folder_name = diamond_new_data_v3
14
+ simplified_output = False
15
+ seed = 42
16
+ checkpoint_dir =
17
+ use_new_hypp = True
18
+
19
+ [data]
20
+ graph_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/graph/HGraph-diamond_new_data_v3-rFromDFT-edge=Aij.pkl
21
+ DFT_data_dir =
22
+ processed_data_dir =
23
+ save_graph_dir =
24
+ target_data = hamiltonian
25
+ dataset_name = diamond_new_data_v3
26
+ get_overlap = False
27
+
28
+ [train]
29
+ num_epoch = 3000
30
+ batch_size = 1
31
+ extra_validation = []
32
+ extra_val_test_only = True
33
+
34
+ train_size = 246
35
+ val_size = 31
36
+ test_size = 31
37
+
38
+ min_lr = 1e-5
39
+
40
+ [hyperparameters]
41
+ learning_rate = 0.002
42
+ Adam_betas = (0.9, 0.999)
43
+ scheduler_type = 1
44
+ scheduler_params = (factor=0.5, cooldown=40, patience=120, threshold=0.05)
45
+ revert_decay_patience = 20
46
+ revert_decay_rate = 0.8
47
+
48
+ [target]
49
+ target = hamiltonian
50
+ target_blocks_type = all
51
+ target_blocks =
52
+ selected_element_pairs =
53
+ convert_net_out = False
54
+
55
+ [network]
56
+ cutoff_radius = 7.0
57
+ only_ij = False
58
+ spherical_harmonics_lmax = 4
59
+ spherical_basis_irreps =
60
+ irreps_embed = 64x0e
61
+ irreps_mid = 64x0e+32x1o+16x2e+8x3o+8x4e
62
+ num_blocks = 4
63
+ ignore_parity = False
64
+
65
+ irreps_embed_node =
66
+ irreps_edge_init =
67
+ irreps_mid_node =
68
+ irreps_post_node =
69
+ irreps_out_node =
70
+ irreps_mid_edge =
71
+ irreps_post_edge =
72
+ out_irreps =
releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/train_resume.ini ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 training config — diamond_new_data v3 (308 frames)
2
+ ; Base: prior diamond_zg_sc3 (proven on Daint GH200 lp18).
3
+ ; Changes:
4
+ ; dataset_name -> diamond_new_data_v3
5
+ ; train/val/test 45/8/8 -> 246/31/31 (308 structures, 0.8/0.1/0.1 split per summary)
6
+ ; cutoff_radius 6.0 -> 7.0 (3x3x3 conv side 10.7 A, leaves 3.7 A buffer; per summary)
7
+ ; num_blocks 3 -> 4 (per summary deeph_e3 spec)
8
+
9
+ [basic]
10
+ device = cuda
11
+ dtype = float
12
+ save_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/results
13
+ additional_folder_name = diamond_new_data_v3
14
+ simplified_output = False
15
+ seed = 42
16
+ checkpoint_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/results/2026-05-04_00-40-10_diamond_new_data_v3/model.pkl
17
+ use_new_hypp = True
18
+
19
+ [data]
20
+ graph_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/graph/HGraph-diamond_new_data_v3-rFromDFT-edge=Aij.pkl
21
+ DFT_data_dir =
22
+ processed_data_dir =
23
+ save_graph_dir =
24
+ target_data = hamiltonian
25
+ dataset_name = diamond_new_data_v3
26
+ get_overlap = False
27
+
28
+ [train]
29
+ num_epoch = 3000
30
+ batch_size = 1
31
+ extra_validation = []
32
+ extra_val_test_only = True
33
+
34
+ train_size = 246
35
+ val_size = 31
36
+ test_size = 31
37
+
38
+ min_lr = 1e-5
39
+
40
+ [hyperparameters]
41
+ learning_rate = 0.002
42
+ Adam_betas = (0.9, 0.999)
43
+ scheduler_type = 1
44
+ scheduler_params = (factor=0.5, cooldown=40, patience=120, threshold=0.05)
45
+ revert_decay_patience = 20
46
+ revert_decay_rate = 0.8
47
+
48
+ [target]
49
+ target = hamiltonian
50
+ target_blocks_type = all
51
+ target_blocks =
52
+ selected_element_pairs =
53
+ convert_net_out = False
54
+
55
+ [network]
56
+ cutoff_radius = 7.0
57
+ only_ij = False
58
+ spherical_harmonics_lmax = 4
59
+ spherical_basis_irreps =
60
+ irreps_embed = 64x0e
61
+ irreps_mid = 64x0e+32x1o+16x2e+8x3o+8x4e
62
+ num_blocks = 4
63
+ ignore_parity = False
64
+
65
+ irreps_embed_node =
66
+ irreps_edge_init =
67
+ irreps_mid_node =
68
+ irreps_post_node =
69
+ irreps_out_node =
70
+ irreps_mid_edge =
71
+ irreps_post_edge =
72
+ out_irreps =
releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/train_v4a.ini ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 training config — diamond_curated_v4a (106 frames)
2
+ ; Strategy: tier1-only curation per pre-flight bias-mean probe (3364094).
3
+ ; Drops tier3_wide, tier2_mid, strain_iso, strain_uni, sc4_prim — large mean offset on on-site H.
4
+ ; Keeps eq + tier1_fine (0.005-0.020) + single_atom_fd (sign-paired ±xyz cancels).
5
+ ; Predicted dataset s-shell mean offset: ~-110 meV vs v3 -1896 meV.
6
+
7
+ [basic]
8
+ device = cuda
9
+ dtype = float
10
+ save_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/results
11
+ additional_folder_name = diamond_curated_v4a
12
+ simplified_output = False
13
+ seed = 42
14
+ checkpoint_dir =
15
+ use_new_hypp = True
16
+
17
+ [data]
18
+ graph_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/graph/HGraph-diamond_curated_v4a-rFromDFT-edge=Aij.pkl
19
+ DFT_data_dir =
20
+ processed_data_dir =
21
+ save_graph_dir =
22
+ target_data = hamiltonian
23
+ dataset_name = diamond_curated_v4a
24
+ get_overlap = False
25
+
26
+ [train]
27
+ num_epoch = 3000
28
+ batch_size = 1
29
+ extra_validation = []
30
+ extra_val_test_only = True
31
+
32
+ train_size = 84
33
+ val_size = 11
34
+ test_size = 11
35
+
36
+ min_lr = 1e-5
37
+
38
+ [hyperparameters]
39
+ learning_rate = 0.002
40
+ Adam_betas = (0.9, 0.999)
41
+ scheduler_type = 1
42
+ scheduler_params = (factor=0.5, cooldown=40, patience=120, threshold=0.05)
43
+ revert_decay_patience = 20
44
+ revert_decay_rate = 0.8
45
+
46
+ [target]
47
+ target = hamiltonian
48
+ target_blocks_type = all
49
+ target_blocks =
50
+ selected_element_pairs =
51
+ convert_net_out = False
52
+
53
+ [network]
54
+ cutoff_radius = 7.0
55
+ only_ij = False
56
+ spherical_harmonics_lmax = 4
57
+ spherical_basis_irreps =
58
+ irreps_embed = 64x0e
59
+ irreps_mid = 64x0e+32x1o+16x2e+8x3o+8x4e
60
+ num_blocks = 4
61
+ ignore_parity = False
62
+
63
+ irreps_embed_node =
64
+ irreps_edge_init =
65
+ irreps_mid_node =
66
+ irreps_post_node =
67
+ irreps_out_node =
68
+ irreps_mid_edge =
69
+ irreps_post_edge =
70
+ out_irreps =
releases/diamond_hpro_deeph_v2/deeph_configs/diamond_new_data_train/train_v4b.ini ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 training config — diamond_curated_v4b (186 frames, Option B)
2
+ ; Drops tier3_wide + strain + sc4_prim. Keeps eq + tier1_fine + tier2_mid + single_atom_fd.
3
+ ; Predicted dataset s-shell mean offset: ~-720 meV (vs v3 -1896, v4a est -110 but v4a regressed).
4
+
5
+ [basic]
6
+ device = cuda
7
+ dtype = float
8
+ save_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/results
9
+ additional_folder_name = diamond_curated_v4b
10
+ simplified_output = False
11
+ seed = 42
12
+ checkpoint_dir =
13
+ use_new_hypp = True
14
+
15
+ [data]
16
+ graph_dir = /capstor/scratch/cscs/apoliukh/diamond_new_data_train/deeph/graph/HGraph-diamond_curated_v4b-rFromDFT-edge=Aij.pkl
17
+ DFT_data_dir =
18
+ processed_data_dir =
19
+ save_graph_dir =
20
+ target_data = hamiltonian
21
+ dataset_name = diamond_curated_v4b
22
+ get_overlap = False
23
+
24
+ [train]
25
+ num_epoch = 3000
26
+ batch_size = 1
27
+ extra_validation = []
28
+ extra_val_test_only = True
29
+
30
+ train_size = 148
31
+ val_size = 19
32
+ test_size = 19
33
+
34
+ min_lr = 1e-5
35
+
36
+ [hyperparameters]
37
+ learning_rate = 0.002
38
+ Adam_betas = (0.9, 0.999)
39
+ scheduler_type = 1
40
+ scheduler_params = (factor=0.5, cooldown=40, patience=120, threshold=0.05)
41
+ revert_decay_patience = 20
42
+ revert_decay_rate = 0.8
43
+
44
+ [target]
45
+ target = hamiltonian
46
+ target_blocks_type = all
47
+ target_blocks =
48
+ selected_element_pairs =
49
+ convert_net_out = False
50
+
51
+ [network]
52
+ cutoff_radius = 7.0
53
+ only_ij = False
54
+ spherical_harmonics_lmax = 4
55
+ spherical_basis_irreps =
56
+ irreps_embed = 64x0e
57
+ irreps_mid = 64x0e+32x1o+16x2e+8x3o+8x4e
58
+ num_blocks = 4
59
+ ignore_parity = False
60
+
61
+ irreps_embed_node =
62
+ irreps_edge_init =
63
+ irreps_mid_node =
64
+ irreps_post_node =
65
+ irreps_out_node =
66
+ irreps_mid_edge =
67
+ irreps_post_edge =
68
+ out_irreps =
releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A1_clean/preprocess_A1_clean.ini ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 preprocess for A1 clean same-distribution extension.
2
+
3
+ [basic]
4
+ device = cpu
5
+ dtype = float
6
+
7
+ [data]
8
+ graph_dir =
9
+ DFT_data_dir =
10
+ processed_data_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A1_clean/deeph/processed_data
11
+ save_graph_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A1_clean/deeph/graph
12
+ target_data = hamiltonian
13
+ dataset_name = diamond_zg_sc3_A1_clean
14
+ get_overlap = False
15
+
16
+ [graph]
17
+ radius = -1.0
18
+ create_from_DFT = True
19
+ max_num_nbr = 0
20
+
21
+ [target]
22
+ target = hamiltonian
23
+ target_blocks_type = all
24
+ target_blocks =
25
+ selected_element_pairs =
26
+ convert_net_out = False
releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A1_clean/train_A1_clean.ini ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; A1 clean extension of diamond_zg_sc3.
2
+ ; Only data count changes versus A0: 61 old frames + 60 new same-distribution frames.
3
+
4
+ [basic]
5
+ device = cuda
6
+ dtype = float
7
+ save_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A1_clean/deeph/results
8
+ additional_folder_name = diamond_zg_sc3_A1_clean
9
+ simplified_output = False
10
+ seed = 42
11
+ checkpoint_dir =
12
+ use_new_hypp = True
13
+
14
+ [data]
15
+ graph_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A1_clean/deeph/graph/HGraph-diamond_zg_sc3_A1_clean-rFromDFT-edge=Aij.pkl
16
+ DFT_data_dir =
17
+ processed_data_dir =
18
+ save_graph_dir =
19
+ target_data = hamiltonian
20
+ dataset_name = diamond_zg_sc3_A1_clean
21
+ get_overlap = False
22
+
23
+ [train]
24
+ num_epoch = 3000
25
+ batch_size = 1
26
+ extra_validation = []
27
+ extra_val_test_only = True
28
+
29
+ train_size = 97
30
+ val_size = 12
31
+ test_size = 12
32
+
33
+ min_lr = 1e-5
34
+
35
+ [hyperparameters]
36
+ learning_rate = 0.002
37
+ Adam_betas = (0.9, 0.999)
38
+ scheduler_type = 1
39
+ scheduler_params = (factor=0.5, cooldown=40, patience=120, threshold=0.05)
40
+ revert_decay_patience = 20
41
+ revert_decay_rate = 0.8
42
+
43
+ [target]
44
+ target = hamiltonian
45
+ target_blocks_type = all
46
+ target_blocks =
47
+ selected_element_pairs =
48
+ convert_net_out = False
49
+
50
+ [network]
51
+ cutoff_radius = 6.0
52
+ only_ij = False
53
+ spherical_harmonics_lmax = 4
54
+ spherical_basis_irreps =
55
+ irreps_embed = 64x0e
56
+ irreps_mid = 64x0e+32x1o+16x2e+8x3o+8x4e
57
+ num_blocks = 3
58
+ ignore_parity = False
59
+
60
+ irreps_embed_node =
61
+ irreps_edge_init =
62
+ irreps_mid_node =
63
+ irreps_post_node =
64
+ irreps_out_node =
65
+ irreps_mid_edge =
66
+ irreps_post_edge =
67
+ out_irreps =
releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A1_clean/train_A1_clean_resume.ini ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; Resume config for A1 clean training.
2
+ ; Continue from the active 2026-05-13 A1 run if the first 24h job hits walltime.
3
+
4
+ [basic]
5
+ device = cuda
6
+ dtype = float
7
+ save_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A1_clean/deeph/results
8
+ additional_folder_name = diamond_zg_sc3_A1_clean
9
+ simplified_output = False
10
+ seed = 42
11
+ checkpoint_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A1_clean/deeph/results/2026-05-14_05-26-08_diamond_zg_sc3_A1_clean/model.pkl
12
+ use_new_hypp = True
13
+
14
+ [data]
15
+ graph_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A1_clean/deeph/graph/HGraph-diamond_zg_sc3_A1_clean-rFromDFT-edge=Aij.pkl
16
+ DFT_data_dir =
17
+ processed_data_dir =
18
+ save_graph_dir =
19
+ target_data = hamiltonian
20
+ dataset_name = diamond_zg_sc3_A1_clean
21
+ get_overlap = False
22
+
23
+ [train]
24
+ num_epoch = 3000
25
+ batch_size = 1
26
+ extra_validation = []
27
+ extra_val_test_only = True
28
+
29
+ train_size = 97
30
+ val_size = 12
31
+ test_size = 12
32
+
33
+ min_lr = 1e-5
34
+
35
+ [hyperparameters]
36
+ learning_rate = 0.002
37
+ Adam_betas = (0.9, 0.999)
38
+ scheduler_type = 1
39
+ scheduler_params = (factor=0.5, cooldown=40, patience=120, threshold=0.05)
40
+ revert_decay_patience = 20
41
+ revert_decay_rate = 0.8
42
+
43
+ [target]
44
+ target = hamiltonian
45
+ target_blocks_type = all
46
+ target_blocks =
47
+ selected_element_pairs =
48
+ convert_net_out = False
49
+
50
+ [network]
51
+ cutoff_radius = 6.0
52
+ only_ij = False
53
+ spherical_harmonics_lmax = 4
54
+ spherical_basis_irreps =
55
+ irreps_embed = 64x0e
56
+ irreps_mid = 64x0e+32x1o+16x2e+8x3o+8x4e
57
+ num_blocks = 3
58
+ ignore_parity = False
59
+
60
+ irreps_embed_node =
61
+ irreps_edge_init =
62
+ irreps_mid_node =
63
+ irreps_post_node =
64
+ irreps_out_node =
65
+ irreps_mid_edge =
66
+ irreps_post_edge =
67
+ out_irreps =
releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A2_zgline/preprocess_A2_zgline.ini ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [basic]
2
+ device = cpu
3
+ dtype = float
4
+
5
+ [data]
6
+ graph_dir =
7
+ DFT_data_dir =
8
+ processed_data_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A2_zgline/deeph/processed_data
9
+ save_graph_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A2_zgline/deeph/graph
10
+ target_data = hamiltonian
11
+ dataset_name = diamond_zg_sc3_A2_zgline
12
+ get_overlap = False
13
+
14
+ [graph]
15
+ radius = -1.0
16
+ create_from_DFT = True
17
+ max_num_nbr = 0
18
+
19
+ [target]
20
+ target = hamiltonian
21
+ target_blocks_type = all
22
+ target_blocks =
23
+ selected_element_pairs =
24
+ convert_net_out = False
releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A2_zgline/train_A2_zgline.ini ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [basic]
2
+ device = cuda
3
+ dtype = float
4
+ save_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A2_zgline/deeph/results
5
+ additional_folder_name = diamond_zg_sc3_A2_zgline
6
+ simplified_output = False
7
+ seed = 42
8
+ checkpoint_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A1_clean/deeph/results/2026-05-15_05-26-26_diamond_zg_sc3_A1_clean/best_model.pkl
9
+ use_new_hypp = True
10
+
11
+ [data]
12
+ graph_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A2_zgline/deeph/graph/HGraph-diamond_zg_sc3_A2_zgline-rFromDFT-edge=Aij.pkl
13
+ DFT_data_dir =
14
+ processed_data_dir =
15
+ save_graph_dir =
16
+ target_data = hamiltonian
17
+ dataset_name = diamond_zg_sc3_A2_zgline
18
+ get_overlap = False
19
+
20
+ [train]
21
+ num_epoch = 3600
22
+ batch_size = 1
23
+ extra_validation = ['a2_probe_sc3_ZG']
24
+ extra_val_test_only = True
25
+ train_size = 125
26
+ val_size = 8
27
+ test_size = 8
28
+ min_lr = 1e-5
29
+
30
+ [hyperparameters]
31
+ learning_rate = 0.0002
32
+ Adam_betas = (0.9, 0.999)
33
+ scheduler_type = 1
34
+ scheduler_params = (factor=0.5, cooldown=40, patience=80, threshold=0.05)
35
+ revert_decay_patience = 20
36
+ revert_decay_rate = 0.8
37
+
38
+ [target]
39
+ target = hamiltonian
40
+ target_blocks_type = all
41
+ target_blocks =
42
+ selected_element_pairs =
43
+ convert_net_out = False
44
+
45
+ [network]
46
+ cutoff_radius = 6.0
47
+ only_ij = False
48
+ spherical_harmonics_lmax = 4
49
+ spherical_basis_irreps =
50
+ irreps_embed = 64x0e
51
+ irreps_mid = 64x0e+32x1o+16x2e+8x3o+8x4e
52
+ num_blocks = 3
53
+ ignore_parity = False
54
+ irreps_embed_node =
55
+ irreps_edge_init =
56
+ irreps_mid_node =
57
+ irreps_post_node =
58
+ irreps_out_node =
59
+ irreps_mid_edge =
60
+ irreps_post_edge =
61
+ out_irreps =
releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A7_physical_fd/preprocess_A7_physical_fd.ini ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 preprocess for A7 physical finite-difference correction set.
2
+
3
+ [basic]
4
+ device = cpu
5
+ dtype = float
6
+
7
+ [data]
8
+ graph_dir =
9
+ DFT_data_dir =
10
+ processed_data_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A7_physical_fd/deeph/processed_data
11
+ save_graph_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A7_physical_fd/deeph/graph
12
+ target_data = hamiltonian
13
+ dataset_name = diamond_zg_A7_physical_fd
14
+ get_overlap = False
15
+
16
+ [graph]
17
+ radius = -1.0
18
+ create_from_DFT = True
19
+ max_num_nbr = 0
20
+
21
+ [target]
22
+ target = hamiltonian
23
+ target_blocks_type = all
24
+ target_blocks =
25
+ selected_element_pairs =
26
+ convert_net_out = False
releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_A7_physical_fd/train_A7_physical_fd.ini ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; A7 physical finite-difference fine tune from the good A0-clean checkpoint.
2
+ ; Dataset excludes A1/A2 random extensions; it uses A0 labels, new A7 physical
3
+ ; FD labels, and duplicated target endpoints for observable weighting.
4
+
5
+ [basic]
6
+ device = cuda
7
+ dtype = float
8
+ save_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A7_physical_fd/deeph/results
9
+ additional_folder_name = diamond_zg_A7_physical_fd_from_A0
10
+ simplified_output = False
11
+ seed = 42
12
+ checkpoint_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_train/deeph/results/2026-05-11_22-55-48_diamond_zg_sc3_A0_clean/best_model.pkl
13
+ use_new_hypp = True
14
+
15
+ [data]
16
+ graph_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_A7_physical_fd/deeph/graph/HGraph-diamond_zg_A7_physical_fd-rFromDFT-edge=Aij.pkl
17
+ DFT_data_dir =
18
+ processed_data_dir =
19
+ save_graph_dir =
20
+ target_data = hamiltonian
21
+ dataset_name = diamond_zg_A7_physical_fd
22
+ get_overlap = False
23
+
24
+ [train]
25
+ num_epoch = 3300
26
+ batch_size = 1
27
+ extra_validation = []
28
+ extra_val_test_only = True
29
+
30
+ train_size = 126
31
+ val_size = 8
32
+ test_size = 7
33
+
34
+ min_lr = 1e-5
35
+
36
+ [hyperparameters]
37
+ learning_rate = 0.0001
38
+ Adam_betas = (0.9, 0.999)
39
+ scheduler_type = 1
40
+ scheduler_params = (factor=0.5, cooldown=30, patience=60, threshold=0.05)
41
+ revert_decay_patience = 20
42
+ revert_decay_rate = 0.8
43
+
44
+ [target]
45
+ target = hamiltonian
46
+ target_blocks_type = all
47
+ target_blocks =
48
+ selected_element_pairs =
49
+ convert_net_out = False
50
+
51
+ [network]
52
+ cutoff_radius = 6.0
53
+ only_ij = False
54
+ spherical_harmonics_lmax = 4
55
+ spherical_basis_irreps =
56
+ irreps_embed = 64x0e
57
+ irreps_mid = 64x0e+32x1o+16x2e+8x3o+8x4e
58
+ num_blocks = 3
59
+ ignore_parity = False
60
+
61
+ irreps_embed_node =
62
+ irreps_edge_init =
63
+ irreps_mid_node =
64
+ irreps_post_node =
65
+ irreps_out_node =
66
+ irreps_mid_edge =
67
+ irreps_post_edge =
68
+ out_irreps =
releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_train/preprocess.ini ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 preprocess — diamond_zg 3x3x3 dataset (60 disp + equilibrium)
2
+ ; Reads the flat HPRO-reconstructed structure list under processed_data_dir/
3
+ ; and writes a pickled graph dataset to save_graph_dir/
4
+
5
+ [basic]
6
+ device = cpu
7
+ dtype = float
8
+
9
+ [data]
10
+ graph_dir =
11
+ DFT_data_dir =
12
+ processed_data_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_train/deeph/processed_data
13
+ save_graph_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_train/deeph/graph
14
+ target_data = hamiltonian
15
+ dataset_name = diamond_zg_sc3
16
+ get_overlap = False
17
+
18
+ [graph]
19
+ radius = -1.0
20
+ create_from_DFT = True
21
+ max_num_nbr = 0
22
+
23
+ [target]
24
+ target = hamiltonian
25
+ target_blocks_type = all
26
+ target_blocks =
27
+ selected_element_pairs =
28
+ convert_net_out = False
releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_train/train.ini ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 training config — diamond_zg 3x3x3 paper-lattice dataset
2
+ ;
3
+ ; Changes vs example/diamond/2_training/hamiltonian/results/*/src/train.ini:
4
+ ; cutoff_radius 7.4 -> 6.0 (strictly < 7.525 A SC inter-image distance,
5
+ ; avoids wrapped-graph topology artifact)
6
+ ; dataset_name diamond_qe_e3 -> diamond_zg_sc3
7
+ ; paths Eiger x86 -> Daint aarch64 GH200 scratch
8
+ ; train/val/test 30/10/10 -> 45/8/8 (61 structures available)
9
+
10
+ [basic]
11
+ device = cuda
12
+ dtype = float
13
+ save_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_train/deeph/results
14
+ additional_folder_name = diamond_zg_sc3
15
+ simplified_output = False
16
+ seed = 42
17
+ checkpoint_dir =
18
+ use_new_hypp = True
19
+
20
+ [data]
21
+ graph_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_train/deeph/graph/HGraph-diamond_zg_sc3-rFromDFT-edge=Aij.pkl
22
+ DFT_data_dir =
23
+ processed_data_dir =
24
+ save_graph_dir =
25
+ target_data = hamiltonian
26
+ dataset_name = diamond_zg_sc3
27
+ get_overlap = False
28
+
29
+ [train]
30
+ num_epoch = 3000
31
+ batch_size = 1
32
+ extra_validation = []
33
+ extra_val_test_only = True
34
+
35
+ train_size = 45
36
+ val_size = 8
37
+ test_size = 8
38
+
39
+ min_lr = 1e-5
40
+
41
+ [hyperparameters]
42
+ learning_rate = 0.002
43
+ Adam_betas = (0.9, 0.999)
44
+ scheduler_type = 1
45
+ scheduler_params = (factor=0.5, cooldown=40, patience=120, threshold=0.05)
46
+ revert_decay_patience = 20
47
+ revert_decay_rate = 0.8
48
+
49
+ [target]
50
+ target = hamiltonian
51
+ target_blocks_type = all
52
+ target_blocks =
53
+ selected_element_pairs =
54
+ convert_net_out = False
55
+
56
+ [network]
57
+ cutoff_radius = 6.0
58
+ only_ij = False
59
+ spherical_harmonics_lmax = 4
60
+ spherical_basis_irreps =
61
+ irreps_embed = 64x0e
62
+ irreps_mid = 64x0e+32x1o+16x2e+8x3o+8x4e
63
+ num_blocks = 3
64
+ ignore_parity = False
65
+
66
+ irreps_embed_node =
67
+ irreps_edge_init =
68
+ irreps_mid_node =
69
+ irreps_post_node =
70
+ irreps_out_node =
71
+ irreps_mid_edge =
72
+ irreps_post_edge =
73
+ out_irreps =
releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_train/train_A0_clean.ini ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; A0 clean reproduction of diamond_zg_sc3.
2
+ ; Same dataset and hyperparameters as the successful 2026-04-20 run.
3
+ ; Difference from train.ini: checkpoint_dir is intentionally blank, and the
4
+ ; additional folder name marks this as a clean from-scratch reproduction.
5
+
6
+ [basic]
7
+ device = cuda
8
+ dtype = float
9
+ save_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_train/deeph/results
10
+ additional_folder_name = diamond_zg_sc3_A0_clean
11
+ simplified_output = False
12
+ seed = 42
13
+ checkpoint_dir =
14
+ use_new_hypp = True
15
+
16
+ [data]
17
+ graph_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_train/deeph/graph/HGraph-diamond_zg_sc3-rFromDFT-edge=Aij.pkl
18
+ DFT_data_dir =
19
+ processed_data_dir =
20
+ save_graph_dir =
21
+ target_data = hamiltonian
22
+ dataset_name = diamond_zg_sc3
23
+ get_overlap = False
24
+
25
+ [train]
26
+ num_epoch = 3000
27
+ batch_size = 1
28
+ extra_validation = []
29
+ extra_val_test_only = True
30
+
31
+ train_size = 45
32
+ val_size = 8
33
+ test_size = 8
34
+
35
+ min_lr = 1e-5
36
+
37
+ [hyperparameters]
38
+ learning_rate = 0.002
39
+ Adam_betas = (0.9, 0.999)
40
+ scheduler_type = 1
41
+ scheduler_params = (factor=0.5, cooldown=40, patience=120, threshold=0.05)
42
+ revert_decay_patience = 20
43
+ revert_decay_rate = 0.8
44
+
45
+ [target]
46
+ target = hamiltonian
47
+ target_blocks_type = all
48
+ target_blocks =
49
+ selected_element_pairs =
50
+ convert_net_out = False
51
+
52
+ [network]
53
+ cutoff_radius = 6.0
54
+ only_ij = False
55
+ spherical_harmonics_lmax = 4
56
+ spherical_basis_irreps =
57
+ irreps_embed = 64x0e
58
+ irreps_mid = 64x0e+32x1o+16x2e+8x3o+8x4e
59
+ num_blocks = 3
60
+ ignore_parity = False
61
+
62
+ irreps_embed_node =
63
+ irreps_edge_init =
64
+ irreps_mid_node =
65
+ irreps_post_node =
66
+ irreps_out_node =
67
+ irreps_mid_edge =
68
+ irreps_post_edge =
69
+ out_irreps =
releases/diamond_hpro_deeph_v2/deeph_configs/epc_ml_zg_train/train_rc74.ini ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; DeepH-E3 training config — diamond_zg 3x3x3 paper-lattice dataset
2
+ ;
3
+ ; Changes vs example/diamond/2_training/hamiltonian/results/*/src/train.ini:
4
+ ; cutoff_radius 7.4 -> 6.0 (strictly < 7.525 A SC inter-image distance,
5
+ ; avoids wrapped-graph topology artifact)
6
+ ; dataset_name diamond_qe_e3 -> diamond_zg_sc3
7
+ ; paths Eiger x86 -> Daint aarch64 GH200 scratch
8
+ ; train/val/test 30/10/10 -> 45/8/8 (61 structures available)
9
+
10
+ [basic]
11
+ device = cuda
12
+ dtype = float
13
+ save_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_train/deeph/results
14
+ additional_folder_name = diamond_zg_sc3_rc74
15
+ simplified_output = False
16
+ seed = 42
17
+ checkpoint_dir =
18
+ use_new_hypp = True
19
+
20
+ [data]
21
+ graph_dir = /capstor/scratch/cscs/apoliukh/qe-agent/epc_ml_zg_train/deeph/graph/HGraph-diamond_zg_sc3-rFromDFT-edge=Aij.pkl
22
+ DFT_data_dir =
23
+ processed_data_dir =
24
+ save_graph_dir =
25
+ target_data = hamiltonian
26
+ dataset_name = diamond_zg_sc3
27
+ get_overlap = False
28
+
29
+ [train]
30
+ num_epoch = 3000
31
+ batch_size = 1
32
+ extra_validation = []
33
+ extra_val_test_only = True
34
+
35
+ train_size = 45
36
+ val_size = 8
37
+ test_size = 8
38
+
39
+ min_lr = 1e-5
40
+
41
+ [hyperparameters]
42
+ learning_rate = 0.002
43
+ Adam_betas = (0.9, 0.999)
44
+ scheduler_type = 1
45
+ scheduler_params = (factor=0.5, cooldown=40, patience=120, threshold=0.05)
46
+ revert_decay_patience = 20
47
+ revert_decay_rate = 0.8
48
+
49
+ [target]
50
+ target = hamiltonian
51
+ target_blocks_type = all
52
+ target_blocks =
53
+ selected_element_pairs =
54
+ convert_net_out = False
55
+
56
+ [network]
57
+ cutoff_radius = 7.4
58
+ only_ij = False
59
+ spherical_harmonics_lmax = 4
60
+ spherical_basis_irreps =
61
+ irreps_embed = 64x0e
62
+ irreps_mid = 64x0e+32x1o+16x2e+8x3o+8x4e
63
+ num_blocks = 3
64
+ ignore_parity = False
65
+
66
+ irreps_embed_node =
67
+ irreps_edge_init =
68
+ irreps_mid_node =
69
+ irreps_post_node =
70
+ irreps_out_node =
71
+ irreps_mid_edge =
72
+ irreps_post_edge =
73
+ out_irreps =
releases/diamond_hpro_deeph_v2/manifest.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
releases/diamond_hpro_deeph_v2/manifest_summary.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "raman_v3_308": {
3
+ "h5_files": 616,
4
+ "size_bytes": 33611062261
5
+ },
6
+ "zg_endpoints": {
7
+ "h5_files": 24,
8
+ "size_bytes": 2742338307
9
+ },
10
+ "zg_train_a0": {
11
+ "h5_files": 122,
12
+ "size_bytes": 1763877657
13
+ },
14
+ "zg_train_a1_clean": {
15
+ "h5_files": 120,
16
+ "size_bytes": 1735159859
17
+ },
18
+ "zg_train_a2_zgline": {
19
+ "h5_files": 40,
20
+ "size_bytes": 580231603
21
+ },
22
+ "zg_train_a7_physical_fd": {
23
+ "h5_files": 128,
24
+ "size_bytes": 3112411924
25
+ }
26
+ }
releases/diamond_hpro_deeph_v2/pseudos/C-PBE-NLCC.upf ADDED
The diff for this file is too large to render. See raw diff
 
releases/diamond_hpro_deeph_v2/pseudos/C.upf ADDED
The diff for this file is too large to render. See raw diff
 
releases/diamond_hpro_deeph_v2/pseudos/C_3.98148.UPF ADDED
@@ -0,0 +1,1072 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <PP_INFO>
2
+ Generated using Fritz-Haber code
3
+ Author: unknown Generation date: as well
4
+ Info: automatically converted from FHI format
5
+ 1 The Pseudo was generated with a Scalar-Relativistic Calculation
6
+ 0.00000000000E+00 Local Potential cutoff radius
7
+ nl pn l occ Rcut Rcut US E pseu
8
+ 2s 0 0 2.00 0.00000000000 0.00000000000 0.00000000000
9
+ 2p 0 1 1.98 0.00000000000 0.00000000000 0.00000000000
10
+ 3d 0 2 0.00 0.00000000000 0.00000000000 0.00000000000
11
+ </PP_INFO>
12
+
13
+
14
+ <PP_HEADER>
15
+ 0 Version Number
16
+ C Element
17
+ NC Norm - Conserving pseudopotential
18
+ F Nonlinear Core Correction
19
+ SLA PZ NOGX NOGC PZ Exchange-Correlation functional
20
+ 3.98148000000 Z valence
21
+ 0.00000000000 Total energy
22
+ 0.0000000 0.0000000 Suggested cutoff for wfc and rho
23
+ 1 Max angular momentum component
24
+ 461 Number of points in mesh
25
+ 3 2 Number of Wavefunctions, Number of Projectors
26
+ Wavefunctions nl l occ
27
+ 2s 0 2.00
28
+ 2p 1 1.98
29
+ 3d 2 0.00
30
+ </PP_HEADER>
31
+
32
+
33
+ <PP_MESH>
34
+ <PP_R>
35
+ 1.04489189966E-03 1.07070072959E-03 1.09714703761E-03 1.12424656943E-03
36
+ 1.15201545970E-03 1.18047024155E-03 1.20962785652E-03 1.23950566458E-03
37
+ 1.27012145449E-03 1.30149345442E-03 1.33364034274E-03 1.36658125921E-03
38
+ 1.40033581631E-03 1.43492411097E-03 1.47036673651E-03 1.50668479491E-03
39
+ 1.54389990934E-03 1.58203423710E-03 1.62111048276E-03 1.66115191168E-03
40
+ 1.70218236390E-03 1.74422626829E-03 1.78730865712E-03 1.83145518095E-03
41
+ 1.87669212392E-03 1.92304641938E-03 1.97054566593E-03 2.01921814388E-03
42
+ 2.06909283204E-03 2.12019942499E-03 2.17256835079E-03 2.22623078905E-03
43
+ 2.28121868954E-03 2.33756479117E-03 2.39530264151E-03 2.45446661676E-03
44
+ 2.51509194219E-03 2.57721471316E-03 2.64087191658E-03 2.70610145292E-03
45
+ 2.77294215881E-03 2.84143383013E-03 2.91161724573E-03 2.98353419170E-03
46
+ 3.05722748624E-03 3.13274100515E-03 3.21011970797E-03 3.28940966476E-03
47
+ 3.37065808348E-03 3.45391333814E-03 3.53922499760E-03 3.62664385504E-03
48
+ 3.71622195826E-03 3.80801264062E-03 3.90207055285E-03 3.99845169550E-03
49
+ 4.09721345238E-03 4.19841462466E-03 4.30211546589E-03 4.40837771789E-03
50
+ 4.51726464752E-03 4.62884108432E-03 4.74317345910E-03 4.86032984354E-03
51
+ 4.98037999068E-03 5.10339537645E-03 5.22944924224E-03 5.35861663853E-03
52
+ 5.49097446950E-03 5.62660153890E-03 5.76557859691E-03 5.90798838825E-03
53
+ 6.05391570144E-03 6.20344741927E-03 6.35667257052E-03 6.51368238301E-03
54
+ 6.67457033787E-03 6.83943222522E-03 7.00836620118E-03 7.18147284635E-03
55
+ 7.35885522566E-03 7.54061894973E-03 7.72687223779E-03 7.91772598206E-03
56
+ 8.11329381382E-03 8.31369217102E-03 8.51904036764E-03 8.72946066472E-03
57
+ 8.94507834314E-03 9.16602177822E-03 9.39242251614E-03 9.62441535229E-03
58
+ 9.86213841149E-03 1.01057332303E-02 1.03553448410E-02 1.06111218586E-02
59
+ 1.08732165685E-02 1.11417850178E-02 1.14169871077E-02 1.16989866893E-02
60
+ 1.19879516605E-02 1.22840540665E-02 1.25874702019E-02 1.28983807159E-02
61
+ 1.32169707196E-02 1.35434298964E-02 1.38779526148E-02 1.42207380444E-02
62
+ 1.45719902741E-02 1.49319184339E-02 1.53007368192E-02 1.56786650186E-02
63
+ 1.60659280446E-02 1.64627564673E-02 1.68693865520E-02 1.72860603999E-02
64
+ 1.77130260918E-02 1.81505378362E-02 1.85988561208E-02 1.90582478670E-02
65
+ 1.95289865893E-02 2.00113525580E-02 2.05056329662E-02 2.10121221005E-02
66
+ 2.15311215164E-02 2.20629402178E-02 2.26078948412E-02 2.31663098438E-02
67
+ 2.37385176969E-02 2.43248590840E-02 2.49256831034E-02 2.55413474761E-02
68
+ 2.61722187587E-02 2.68186725621E-02 2.74810937743E-02 2.81598767906E-02
69
+ 2.88554257473E-02 2.95681547633E-02 3.02984881859E-02 3.10468608441E-02
70
+ 3.18137183069E-02 3.25995171491E-02 3.34047252227E-02 3.42298219357E-02
71
+ 3.50752985375E-02 3.59416584114E-02 3.68294173742E-02 3.77391039833E-02
72
+ 3.86712598517E-02 3.96264399700E-02 4.06052130373E-02 4.16081617993E-02
73
+ 4.26358833957E-02 4.36889897156E-02 4.47681077616E-02 4.58738800233E-02
74
+ 4.70069648599E-02 4.81680368919E-02 4.93577874032E-02 5.05769247520E-02
75
+ 5.18261747934E-02 5.31062813108E-02 5.44180064592E-02 5.57621312187E-02
76
+ 5.71394558598E-02 5.85508004195E-02 5.99970051899E-02 6.14789312181E-02
77
+ 6.29974608192E-02 6.45534981014E-02 6.61479695045E-02 6.77818243513E-02
78
+ 6.94560354128E-02 7.11715994875E-02 7.29295379948E-02 7.47308975833E-02
79
+ 7.65767507536E-02 7.84681964972E-02 8.04063609507E-02 8.23923980661E-02
80
+ 8.44274902984E-02 8.65128493088E-02 8.86497166867E-02 9.08393646888E-02
81
+ 9.30830969967E-02 9.53822494925E-02 9.77381910549E-02 1.00152324374E-01
82
+ 1.02626086786E-01 1.05160951130E-01 1.07758426623E-01 1.10420059760E-01
83
+ 1.13147435236E-01 1.15942176887E-01 1.18805948656E-01 1.21740455587E-01
84
+ 1.24747444840E-01 1.27828706728E-01 1.30986075784E-01 1.34221431856E-01
85
+ 1.37536701223E-01 1.40933857743E-01 1.44414924029E-01 1.47981972653E-01
86
+ 1.51637127377E-01 1.55382564424E-01 1.59220513765E-01 1.63153260455E-01
87
+ 1.67183145988E-01 1.71312569694E-01 1.75543990165E-01 1.79879926723E-01
88
+ 1.84322960913E-01 1.88875738047E-01 1.93540968777E-01 1.98321430706E-01
89
+ 2.03219970044E-01 2.08239503304E-01 2.13383019036E-01 2.18653579606E-01
90
+ 2.24054323022E-01 2.29588464801E-01 2.35259299882E-01 2.41070204589E-01
91
+ 2.47024638642E-01 2.53126147216E-01 2.59378363053E-01 2.65785008620E-01
92
+ 2.72349898333E-01 2.79076940822E-01 2.85970141260E-01 2.93033603749E-01
93
+ 3.00271533762E-01 3.07688240646E-01 3.15288140190E-01 3.23075757252E-01
94
+ 3.31055728456E-01 3.39232804949E-01 3.47611855232E-01 3.56197868056E-01
95
+ 3.64995955397E-01 3.74011355495E-01 3.83249435976E-01 3.92715697044E-01
96
+ 4.02415774761E-01 4.12355444398E-01 4.22540623875E-01 4.32977377284E-01
97
+ 4.43671918503E-01 4.54630614890E-01 4.65859991078E-01 4.77366732858E-01
98
+ 4.89157691159E-01 5.01239886131E-01 5.13620511318E-01 5.26306937948E-01
99
+ 5.39306719315E-01 5.52627595282E-01 5.66277496886E-01 5.80264551059E-01
100
+ 5.94597085470E-01 6.09283633481E-01 6.24332939228E-01 6.39753962827E-01
101
+ 6.55555885709E-01 6.71748116086E-01 6.88340294553E-01 7.05342299829E-01
102
+ 7.22764254634E-01 7.40616531724E-01 7.58909760058E-01 7.77654831131E-01
103
+ 7.96862905460E-01 8.16545419225E-01 8.36714091080E-01 8.57380929129E-01
104
+ 8.78558238079E-01 9.00258626559E-01 9.22495014635E-01 9.45280641497E-01
105
+ 9.68629073342E-01 9.92554211453E-01 1.01707030048E+00 1.04219193690E+00
106
+ 1.06793407774E+00 1.09431204946E+00 1.12134155708E+00 1.14903869354E+00
107
+ 1.17741994927E+00 1.20650222202E+00 1.23630282690E+00 1.26683950673E+00
108
+ 1.29813044254E+00 1.33019426447E+00 1.36305006281E+00 1.39671739936E+00
109
+ 1.43121631912E+00 1.46656736220E+00 1.50279157605E+00 1.53991052798E+00
110
+ 1.57794631802E+00 1.61692159208E+00 1.65685955540E+00 1.69778398642E+00
111
+ 1.73971925088E+00 1.78269031638E+00 1.82672276719E+00 1.87184281954E+00
112
+ 1.91807733719E+00 1.96545384741E+00 2.01400055745E+00 2.06374637121E+00
113
+ 2.11472090658E+00 2.16695451298E+00 2.22047828945E+00 2.27532410320E+00
114
+ 2.33152460855E+00 2.38911326638E+00 2.44812436406E+00 2.50859303585E+00
115
+ 2.57055528383E+00 2.63404799934E+00 2.69910898493E+00 2.76577697686E+00
116
+ 2.83409166818E+00 2.90409373239E+00 2.97582484758E+00 3.04932772131E+00
117
+ 3.12464611603E+00 3.20182487510E+00 3.28090994951E+00 3.36194842526E+00
118
+ 3.44498855137E+00 3.53007976859E+00 3.61727273887E+00 3.70661937552E+00
119
+ 3.79817287410E+00 3.89198774409E+00 3.98811984136E+00 4.08662640145E+00
120
+ 4.18756607356E+00 4.29099895558E+00 4.39698662978E+00 4.50559219954E+00
121
+ 4.61688032687E+00 4.73091727094E+00 4.84777092753E+00 4.96751086944E+00
122
+ 5.09020838792E+00 5.21593653510E+00 5.34477016752E+00 5.47678599065E+00
123
+ 5.61206260462E+00 5.75068055096E+00 5.89272236057E+00 6.03827260287E+00
124
+ 6.18741793616E+00 6.34024715919E+00 6.49685126402E+00 6.65732349024E+00
125
+ 6.82175938045E+00 6.99025683714E+00 7.16291618102E+00 7.33984021069E+00
126
+ 7.52113426390E+00 7.70690628022E+00 7.89726686534E+00 8.09232935691E+00
127
+ 8.29220989203E+00 8.49702747636E+00 8.70690405503E+00 8.92196458518E+00
128
+ 9.14233711044E+00 9.36815283707E+00 9.59954621214E+00 9.83665500358E+00
129
+ 1.00796203822E+01 1.03285870056E+01 1.05837031046E+01 1.08451205713E+01
130
+ 1.11129950494E+01 1.13874860272E+01 1.16687569320E+01 1.19569752283E+01
131
+ 1.22523125164E+01 1.25549446356E+01 1.28650517680E+01 1.31828185467E+01
132
+ 1.35084341648E+01 1.38420924887E+01 1.41839921732E+01 1.45343367798E+01
133
+ 1.48933348983E+01 1.52612002703E+01 1.56381519170E+01 1.60244142693E+01
134
+ 1.64202173018E+01 1.68257966691E+01 1.72413938469E+01 1.76672562749E+01
135
+ 1.81036375049E+01 1.85507973512E+01 1.90090020458E+01 1.94785243963E+01
136
+ 1.99596439489E+01 2.04526471545E+01 2.09578275392E+01 2.14754858794E+01
137
+ 2.20059303806E+01 2.25494768610E+01 2.31064489395E+01 2.36771782283E+01
138
+ 2.42620045305E+01 2.48612760424E+01 2.54753495607E+01 2.61045906948E+01
139
+ 2.67493740850E+01 2.74100836249E+01 2.80871126904E+01 2.87808643739E+01
140
+ 2.94917517239E+01 3.02201979915E+01 3.09666368819E+01 3.17315128129E+01
141
+ 3.25152811793E+01 3.33184086245E+01 3.41413733175E+01 3.49846652384E+01
142
+ 3.58487864698E+01 3.67342514956E+01 3.76415875076E+01 3.85713347190E+01
143
+ 3.95240466866E+01 4.05002906397E+01 4.15006478185E+01 4.25257138197E+01
144
+ 4.35760989510E+01 4.46524285951E+01 4.57553435814E+01 4.68855005679E+01
145
+ 4.80435724319E+01 4.92302486709E+01 5.04462358131E+01 5.16922578377E+01
146
+ 5.29690566063E+01 5.42773923045E+01 5.56180438944E+01 5.69918095786E+01
147
+ 5.83995072752E+01 5.98419751049E+01 6.13200718900E+01 6.28346776656E+01
148
+ 6.43866942040E+01 6.59770455508E+01 6.76066785759E+01 6.92765635367E+01
149
+ 7.09876946561E+01 7.27410907141E+01 7.45377956548E+01 7.63788792074E+01
150
+ 7.82654375238E+01
151
+ </PP_R>
152
+ <PP_RAB>
153
+ 2.54952440946E-05 2.61249766238E-05 2.67702635464E-05 2.74314890560E-05
154
+ 2.81090468356E-05 2.88033402925E-05 2.95147827977E-05 3.02437979328E-05
155
+ 3.09908197418E-05 3.17562929894E-05 3.25406734262E-05 3.33444280598E-05
156
+ 3.41680354329E-05 3.50119859081E-05 3.58767819600E-05 3.67629384745E-05
157
+ 3.76709830548E-05 3.86014563362E-05 3.95549123077E-05 4.05319186417E-05
158
+ 4.15330570322E-05 4.25589235409E-05 4.36101289523E-05 4.46872991375E-05
159
+ 4.57910754262E-05 4.69221149892E-05 4.80810912294E-05 4.92686941828E-05
160
+ 5.04856309291E-05 5.17326260130E-05 5.30104218756E-05 5.43197792959E-05
161
+ 5.56614778445E-05 5.70363163473E-05 5.84451133610E-05 5.98887076611E-05
162
+ 6.13679587403E-05 6.28837473212E-05 6.44369758800E-05 6.60285691842E-05
163
+ 6.76594748431E-05 6.93306638717E-05 7.10431312693E-05 7.27978966117E-05
164
+ 7.45960046580E-05 7.64385259731E-05 7.83265575646E-05 8.02612235364E-05
165
+ 8.22436757578E-05 8.42750945490E-05 8.63566893844E-05 8.84896996122E-05
166
+ 9.06753951926E-05 9.29150774538E-05 9.52100798669E-05 9.75617688397E-05
167
+ 9.99715445300E-05 1.02440841680E-04 1.04971130469E-04 1.07563917392E-04
168
+ 1.10220746152E-04 1.12943198581E-04 1.15732895586E-04 1.18591498107E-04
169
+ 1.21520708111E-04 1.24522269601E-04 1.27597969660E-04 1.30749639511E-04
170
+ 1.33979155607E-04 1.37288440750E-04 1.40679465237E-04 1.44154248028E-04
171
+ 1.47714857954E-04 1.51363414946E-04 1.55102091295E-04 1.58933112950E-04
172
+ 1.62858760840E-04 1.66881372233E-04 1.71003342127E-04 1.75227124677E-04
173
+ 1.79555234657E-04 1.83990248953E-04 1.88534808102E-04 1.93191617862E-04
174
+ 1.97963450823E-04 2.02853148059E-04 2.07863620816E-04 2.12997852250E-04
175
+ 2.18258899200E-04 2.23649894011E-04 2.29174046393E-04 2.34834645339E-04
176
+ 2.40635061078E-04 2.46578747087E-04 2.52669242140E-04 2.58910172421E-04
177
+ 2.65305253680E-04 2.71858293446E-04 2.78573193294E-04 2.85453951168E-04
178
+ 2.92504663762E-04 2.99729528957E-04 3.07132848322E-04 3.14719029676E-04
179
+ 3.22492589709E-04 3.30458156674E-04 3.38620473144E-04 3.46984398831E-04
180
+ 3.55554913482E-04 3.64337119845E-04 3.73336246705E-04 3.82557651999E-04
181
+ 3.92006826003E-04 4.01689394606E-04 4.11611122652E-04 4.21777917382E-04
182
+ 4.32195831941E-04 4.42871068990E-04 4.53809984394E-04 4.65019091009E-04
183
+ 4.76505062557E-04 4.88274737602E-04 5.00335123621E-04 5.12693401174E-04
184
+ 5.25356928183E-04 5.38333244309E-04 5.51630075444E-04 5.65255338307E-04
185
+ 5.79217145163E-04 5.93523808649E-04 6.08183846722E-04 6.23205987736E-04
186
+ 6.38599175633E-04 6.54372575272E-04 6.70535577881E-04 6.87097806654E-04
187
+ 7.04069122479E-04 7.21459629804E-04 7.39279682660E-04 7.57539890822E-04
188
+ 7.76251126125E-04 7.95424528941E-04 8.15071514805E-04 8.35203781221E-04
189
+ 8.55833314617E-04 8.76972397488E-04 8.98633615706E-04 9.20829866014E-04
190
+ 9.43574363705E-04 9.66880650488E-04 9.90762602555E-04 1.01523443884E-03
191
+ 1.04031072948E-03 1.06600640450E-03 1.09233676269E-03 1.11931748073E-03
192
+ 1.14696462250E-03 1.17529464867E-03 1.20432442650E-03 1.23407123983E-03
193
+ 1.26455279946E-03 1.29578725360E-03 1.32779319877E-03 1.36058969078E-03
194
+ 1.39419625614E-03 1.42863290366E-03 1.46392013638E-03 1.50007896375E-03
195
+ 1.53713091416E-03 1.57509804774E-03 1.61400296952E-03 1.65386884286E-03
196
+ 1.69471940328E-03 1.73657897254E-03 1.77947247317E-03 1.82342544325E-03
197
+ 1.86846405170E-03 1.91461511378E-03 1.96190610709E-03 2.01036518793E-03
198
+ 2.06002120808E-03 2.11090373192E-03 2.16304305409E-03 2.21647021753E-03
199
+ 2.27121703190E-03 2.32731609259E-03 2.38480080008E-03 2.44370537984E-03
200
+ 2.50406490272E-03 2.56591530582E-03 2.62929341387E-03 2.69423696119E-03
201
+ 2.76078461414E-03 2.82897599411E-03 2.89885170116E-03 2.97045333818E-03
202
+ 3.04382353563E-03 3.11900597696E-03 3.19604542459E-03 3.27498774658E-03
203
+ 3.35587994392E-03 3.43877017854E-03 3.52370780195E-03 3.61074338465E-03
204
+ 3.69992874625E-03 3.79131698629E-03 3.88496251585E-03 3.98092108999E-03
205
+ 4.07924984091E-03 4.18000731198E-03 4.28325349259E-03 4.38904985386E-03
206
+ 4.49745938525E-03 4.60854663206E-03 4.72237773387E-03 4.83902046390E-03
207
+ 4.95854426936E-03 5.08102031281E-03 5.20652151454E-03 5.33512259595E-03
208
+ 5.46690012407E-03 5.60193255713E-03 5.74030029129E-03 5.88208570849E-03
209
+ 6.02737322549E-03 6.17624934416E-03 6.32880270296E-03 6.48512412972E-03
210
+ 6.64530669573E-03 6.80944577111E-03 6.97763908166E-03 7.14998676697E-03
211
+ 7.32659144012E-03 7.50755824869E-03 7.69299493743E-03 7.88301191238E-03
212
+ 8.07772230662E-03 8.27724204759E-03 8.48168992617E-03 8.69118766735E-03
213
+ 8.90586000273E-03 9.12583474480E-03 9.35124286299E-03 9.58221856171E-03
214
+ 9.81889936018E-03 1.00614261744E-02 1.03099434009E-02 1.05645990029E-02
215
+ 1.08255445983E-02 1.10929355498E-02 1.13669310579E-02 1.16476942550E-02
216
+ 1.19353923031E-02 1.22301964930E-02 1.25322823464E-02 1.28418297204E-02
217
+ 1.31590229145E-02 1.34840507805E-02 1.38171068347E-02 1.41583893735E-02
218
+ 1.45081015911E-02 1.48664517004E-02 1.52336530574E-02 1.56099242879E-02
219
+ 1.59954894178E-02 1.63905780064E-02 1.67954252832E-02 1.72102722877E-02
220
+ 1.76353660132E-02 1.80709595537E-02 1.85173122547E-02 1.89746898674E-02
221
+ 1.94433647071E-02 1.99236158154E-02 2.04157291260E-02 2.09199976354E-02
222
+ 2.14367215770E-02 2.19662086000E-02 2.25087739524E-02 2.30647406690E-02
223
+ 2.36344397635E-02 2.42182104257E-02 2.48164002232E-02 2.54293653087E-02
224
+ 2.60574706318E-02 2.67010901564E-02 2.73606070833E-02 2.80364140783E-02
225
+ 2.87289135060E-02 2.94385176696E-02 3.01656490560E-02 3.09107405877E-02
226
+ 3.16742358802E-02 3.24565895065E-02 3.32582672673E-02 3.40797464688E-02
227
+ 3.49215162066E-02 3.57840776569E-02 3.66679443750E-02 3.75736426011E-02
228
+ 3.85017115733E-02 3.94527038492E-02 4.04271856342E-02 4.14257371194E-02
229
+ 4.24489528263E-02 4.34974419611E-02 4.45718287775E-02 4.56727529483E-02
230
+ 4.68008699461E-02 4.79568514338E-02 4.91413856642E-02 5.03551778901E-02
231
+ 5.15989507840E-02 5.28734448684E-02 5.41794189566E-02 5.55176506048E-02
232
+ 5.68889365748E-02 5.82940933082E-02 5.97339574129E-02 6.12093861610E-02
233
+ 6.27212579992E-02 6.42704730718E-02 6.58579537566E-02 6.74846452144E-02
234
+ 6.91515159512E-02 7.08595583952E-02 7.26097894876E-02 7.44032512879E-02
235
+ 7.62410115947E-02 7.81241645811E-02 8.00538314463E-02 8.20311610830E-02
236
+ 8.40573307617E-02 8.61335468315E-02 8.82610454383E-02 9.04410932606E-02
237
+ 9.26749882642E-02 9.49640604743E-02 9.73096727680E-02 9.97132216854E-02
238
+ 1.02176138261E-01 1.04699888876E-01 1.07285976131E-01 1.09935939742E-01
239
+ 1.12651357453E-01 1.15433845982E-01 1.18285061978E-01 1.21206703009E-01
240
+ 1.24200508573E-01 1.27268261135E-01 1.30411787185E-01 1.33632958329E-01
241
+ 1.36933692399E-01 1.40315954602E-01 1.43781758680E-01 1.47333168120E-01
242
+ 1.50972297372E-01 1.54701313117E-01 1.58522435551E-01 1.62437939709E-01
243
+ 1.66450156820E-01 1.70561475694E-01 1.74774344143E-01 1.79091270444E-01
244
+ 1.83514824824E-01 1.88047640997E-01 1.92692417729E-01 1.97451920447E-01
245
+ 2.02328982882E-01 2.07326508760E-01 2.12447473526E-01 2.17694926122E-01
246
+ 2.23071990797E-01 2.28581868970E-01 2.34227841134E-01 2.40013268810E-01
247
+ 2.45941596549E-01 2.52016353984E-01 2.58241157927E-01 2.64619714528E-01
248
+ 2.71155821477E-01 2.77853370267E-01 2.84716348513E-01 2.91748842321E-01
249
+ 2.98955038727E-01 3.06339228183E-01 3.13905807119E-01 3.21659280555E-01
250
+ 3.29604264785E-01 3.37745490125E-01 3.46087803731E-01 3.54636172483E-01
251
+ 3.63395685944E-01 3.72371559386E-01 3.81569136903E-01 3.90993894585E-01
252
+ 4.00651443781E-01 4.10547534442E-01 4.20688058543E-01 4.31079053589E-01
253
+ 4.41726706213E-01 4.52637355856E-01 4.63817498546E-01 4.75273790760E-01
254
+ 4.87013053392E-01 4.99042275811E-01 5.11368620023E-01 5.23999424938E-01
255
+ 5.36942210734E-01 5.50204683339E-01 5.63794739017E-01 5.77720469071E-01
256
+ 5.91990164657E-01 6.06612321724E-01 6.21595646071E-01 6.36949058529E-01
257
+ 6.52681700274E-01 6.68802938271E-01 6.85322370846E-01 7.02249833406E-01
258
+ 7.19595404291E-01 7.37369410777E-01 7.55582435224E-01 7.74245321374E-01
259
+ 7.93369180812E-01 8.12965399578E-01 8.33045644947E-01 8.53621872377E-01
260
+ 8.74706332625E-01 8.96311579041E-01 9.18450475043E-01 9.41136201777E-01
261
+ 9.64382265961E-01 9.88202507930E-01 1.01261110988E+00 1.03762260429E+00
262
+ 1.06325188262E+00 1.08951420412E+00 1.11642520496E+00 1.14400090752E+00
263
+ 1.17225772994E+00 1.20121249587E+00 1.23088244451E+00 1.26128524089E+00
264
+ 1.29243898634E+00 1.32436222931E+00 1.35707397637E+00 1.39059370359E+00
265
+ 1.42494136806E+00 1.46013741986E+00 1.49620281413E+00 1.53315902363E+00
266
+ 1.57102805152E+00 1.60983244439E+00 1.64959530577E+00 1.69034030982E+00
267
+ 1.73209171547E+00 1.77487438084E+00 1.81871377805E+00 1.86363600837E+00
268
+ 1.90966781778E+00
269
+ </PP_RAB>
270
+ </PP_MESH>
271
+
272
+
273
+ <PP_LOCAL>
274
+ -1.25696700513E+01 -1.25696705548E+01 -1.25696710355E+01 -1.25696714934E+01
275
+ -1.25696719286E+01 -1.25696723411E+01 -1.25696727306E+01 -1.25696730972E+01
276
+ -1.25696734408E+01 -1.25696737611E+01 -1.25696740580E+01 -1.25696743313E+01
277
+ -1.25696745807E+01 -1.25696748059E+01 -1.25696750066E+01 -1.25696751824E+01
278
+ -1.25696753329E+01 -1.25696754578E+01 -1.25696755564E+01 -1.25696756283E+01
279
+ -1.25696756730E+01 -1.25696756897E+01 -1.25696756778E+01 -1.25696756366E+01
280
+ -1.25696755653E+01 -1.25696754631E+01 -1.25696753291E+01 -1.25696751623E+01
281
+ -1.25696749618E+01 -1.25696747265E+01 -1.25696744552E+01 -1.25696741467E+01
282
+ -1.25696737997E+01 -1.25696734128E+01 -1.25696729847E+01 -1.25696725137E+01
283
+ -1.25696719983E+01 -1.25696714367E+01 -1.25696708270E+01 -1.25696701675E+01
284
+ -1.25696694560E+01 -1.25696686904E+01 -1.25696678685E+01 -1.25696669878E+01
285
+ -1.25696660459E+01 -1.25696650401E+01 -1.25696639676E+01 -1.25696628255E+01
286
+ -1.25696616107E+01 -1.25696603199E+01 -1.25696589496E+01 -1.25696574964E+01
287
+ -1.25696559563E+01 -1.25696543254E+01 -1.25696525995E+01 -1.25696507741E+01
288
+ -1.25696488445E+01 -1.25696468060E+01 -1.25696446533E+01 -1.25696423810E+01
289
+ -1.25696399834E+01 -1.25696374545E+01 -1.25696347881E+01 -1.25696319775E+01
290
+ -1.25696290159E+01 -1.25696258958E+01 -1.25696226096E+01 -1.25696191492E+01
291
+ -1.25696155063E+01 -1.25696116718E+01 -1.25696076364E+01 -1.25696033903E+01
292
+ -1.25695989232E+01 -1.25695942242E+01 -1.25695892820E+01 -1.25695840845E+01
293
+ -1.25695786192E+01 -1.25695728730E+01 -1.25695668318E+01 -1.25695604813E+01
294
+ -1.25695538060E+01 -1.25695467899E+01 -1.25695394162E+01 -1.25695316670E+01
295
+ -1.25695235239E+01 -1.25695149673E+01 -1.25695059765E+01 -1.25694965302E+01
296
+ -1.25694866055E+01 -1.25694761789E+01 -1.25694652252E+01 -1.25694537183E+01
297
+ -1.25694416307E+01 -1.25694289334E+01 -1.25694155961E+01 -1.25694015868E+01
298
+ -1.25693868723E+01 -1.25693714171E+01 -1.25693551846E+01 -1.25693381358E+01
299
+ -1.25693202301E+01 -1.25693014248E+01 -1.25692816750E+01 -1.25692609335E+01
300
+ -1.25692391509E+01 -1.25692162752E+01 -1.25691922518E+01 -1.25691670236E+01
301
+ -1.25691405302E+01 -1.25691127086E+01 -1.25690834925E+01 -1.25690528122E+01
302
+ -1.25690205946E+01 -1.25689867629E+01 -1.25689512365E+01 -1.25689139308E+01
303
+ -1.25688747569E+01 -1.25688336214E+01 -1.25687904265E+01 -1.25687450692E+01
304
+ -1.25686974416E+01 -1.25686474301E+01 -1.25685949158E+01 -1.25685397735E+01
305
+ -1.25684818721E+01 -1.25684210737E+01 -1.25683572335E+01 -1.25682901996E+01
306
+ -1.25682198125E+01 -1.25681459047E+01 -1.25680683002E+01 -1.25679868145E+01
307
+ -1.25679012536E+01 -1.25678114141E+01 -1.25677170821E+01 -1.25676180333E+01
308
+ -1.25675140322E+01 -1.25674048313E+01 -1.25672901710E+01 -1.25671697786E+01
309
+ -1.25670433679E+01 -1.25669106383E+01 -1.25667712743E+01 -1.25666249446E+01
310
+ -1.25664713014E+01 -1.25663099797E+01 -1.25661405960E+01 -1.25659627478E+01
311
+ -1.25657760126E+01 -1.25655799468E+01 -1.25653740847E+01 -1.25651579373E+01
312
+ -1.25649309913E+01 -1.25646927078E+01 -1.25644425209E+01 -1.25641798368E+01
313
+ -1.25639040318E+01 -1.25636144513E+01 -1.25633104080E+01 -1.25629911803E+01
314
+ -1.25626560108E+01 -1.25623041040E+01 -1.25619346252E+01 -1.25615466977E+01
315
+ -1.25611394014E+01 -1.25607117700E+01 -1.25602627892E+01 -1.25597913940E+01
316
+ -1.25592964664E+01 -1.25587768323E+01 -1.25582312593E+01 -1.25576584531E+01
317
+ -1.25570570549E+01 -1.25564256377E+01 -1.25557627032E+01 -1.25550666781E+01
318
+ -1.25543359099E+01 -1.25535686633E+01 -1.25527631157E+01 -1.25519173529E+01
319
+ -1.25510293639E+01 -1.25500970364E+01 -1.25491181510E+01 -1.25480903758E+01
320
+ -1.25470112605E+01 -1.25458782299E+01 -1.25446885772E+01 -1.25434394568E+01
321
+ -1.25421278768E+01 -1.25407506910E+01 -1.25393045899E+01 -1.25377860920E+01
322
+ -1.25361915336E+01 -1.25345170583E+01 -1.25327586061E+01 -1.25309119007E+01
323
+ -1.25289724374E+01 -1.25269354684E+01 -1.25247959882E+01 -1.25225487174E+01
324
+ -1.25201880852E+01 -1.25177082109E+01 -1.25151028829E+01 -1.25123655375E+01
325
+ -1.25094892342E+01 -1.25064666305E+01 -1.25032899532E+01 -1.24999509681E+01
326
+ -1.24964409465E+01 -1.24927506290E+01 -1.24888701861E+01 -1.24847891750E+01
327
+ -1.24804964924E+01 -1.24759803236E+01 -1.24712280863E+01 -1.24662263693E+01
328
+ -1.24609608664E+01 -1.24554163030E+01 -1.24495763570E+01 -1.24434235721E+01
329
+ -1.24369392635E+01 -1.24301034148E+01 -1.24228945661E+01 -1.24152896920E+01
330
+ -1.24072640696E+01 -1.23987911343E+01 -1.23898423240E+01 -1.23803869107E+01
331
+ -1.23703918181E+01 -1.23598214244E+01 -1.23486373511E+01 -1.23367982347E+01
332
+ -1.23242594828E+01 -1.23109730128E+01 -1.22968869733E+01 -1.22819454480E+01
333
+ -1.22660881414E+01 -1.22492500475E+01 -1.22313611011E+01 -1.22123458123E+01
334
+ -1.21921228871E+01 -1.21706048334E+01 -1.21476975567E+01 -1.21232999473E+01
335
+ -1.20973034635E+01 -1.20695917146E+01 -1.20400400501E+01 -1.20085151622E+01
336
+ -1.19748747082E+01 -1.19389669646E+01 -1.19006305228E+01 -1.18596940391E+01
337
+ -1.18159760555E+01 -1.17692849083E+01 -1.17194187419E+01 -1.16661656534E+01
338
+ -1.16093039894E+01 -1.15486028244E+01 -1.14838226491E+01 -1.14147163024E+01
339
+ -1.13410301820E+01 -1.12625057699E+01 -1.11788815135E+01 -1.10898951007E+01
340
+ -1.09952861728E+01 -1.08947995123E+01 -1.07881887470E+01 -1.06752206043E+01
341
+ -1.05556797452E+01 -1.04293742008E+01 -1.02961414223E+01 -1.01558549409E+01
342
+ -1.00084316180E+01 -9.85383944175E+00 -9.69210579927E+00 -9.52332612152E+00
343
+ -9.34767275646E+00 -9.16540388140E+00 -8.97687220993E+00 -8.78253318631E+00
344
+ -8.58295228754E+00 -8.37881097042E+00 -8.17091070645E+00 -7.96017444132E+00
345
+ -7.74764469669E+00 -7.53447740270E+00 -7.32193041280E+00 -7.11134551712E+00
346
+ -6.90412265324E+00 -6.70168494279E+00 -6.50543320792E+00 -6.31668882054E+00
347
+ -6.13662422756E+00 -5.96618145106E+00 -5.80598052976E+00 -5.65622258535E+00
348
+ -5.51659641569E+00 -5.38620382224E+00 -5.26352801611E+00 -5.14648236327E+00
349
+ -5.03259464289E+00 -4.91940653804E+00 -4.80520156664E+00 -4.69022048139E+00
350
+ -4.57716107048E+00 -4.46682790001E+00 -4.35915498600E+00 -4.25407800433E+00
351
+ -4.15153423399E+00 -4.05146250542E+00 -3.95380315311E+00 -3.85849797167E+00
352
+ -3.76549017481E+00 -3.67472435677E+00 -3.58614645579E+00 -3.49970371928E+00
353
+ -3.41534467052E+00 -3.33301907665E+00 -3.25267791769E+00 -3.17427335676E+00
354
+ -3.09775871100E+00 -3.02308842350E+00 -2.95021803594E+00 -2.87910416189E+00
355
+ -2.80970446097E+00 -2.74197761349E+00 -2.67588329583E+00 -2.61138215643E+00
356
+ -2.54843579228E+00 -2.48700672610E+00 -2.42705838399E+00 -2.36855507366E+00
357
+ -2.31146196317E+00 -2.25574506018E+00 -2.20137119174E+00 -2.14830798452E+00
358
+ -2.09652384553E+00 -2.04598794333E+00 -1.99667018965E+00 -1.94854122148E+00
359
+ -1.90157238360E+00 -1.85573571153E+00 -1.81100391483E+00 -1.76735036092E+00
360
+ -1.72474905916E+00 -1.68317464541E+00 -1.64260236695E+00 -1.60300806768E+00
361
+ -1.56436817379E+00 -1.52665967970E+00 -1.48986013438E+00 -1.45394762797E+00
362
+ -1.41890077873E+00 -1.38469872034E+00 -1.35132108943E+00 -1.31874801350E+00
363
+ -1.28696009905E+00 -1.25593842008E+00 -1.22566450676E+00 -1.19612033450E+00
364
+ -1.16728831316E+00 -1.13915127663E+00 -1.11169247256E+00 -1.08489555241E+00
365
+ -1.05874456174E+00 -1.03322393065E+00 -1.00831846458E+00 -9.84013335196E-01
366
+ -9.60294071627E-01 -9.37146551798E-01 -9.14556994045E-01 -8.92511948907E-01
367
+ -8.70998291116E-01 -8.50003211785E-01 -8.29514210779E-01 -8.09519089274E-01
368
+ -7.90005942494E-01 -7.70963152624E-01 -7.52379381892E-01 -7.34243565816E-01
369
+ -7.16544906622E-01 -6.99272866812E-01 -6.82417162889E-01 -6.65967759236E-01
370
+ -6.49914862141E-01 -6.34248913966E-01 -6.18960587456E-01 -6.04040780185E-01
371
+ -5.89480609139E-01 -5.75271405425E-01 -5.61404709110E-01 -5.47872264185E-01
372
+ -5.34666013648E-01 -5.21778094709E-01 -5.09200834106E-01 -4.96926743541E-01
373
+ -4.84948515215E-01 -4.73259017483E-01 -4.61851290605E-01 -4.50718542603E-01
374
+ -4.39854145216E-01 -4.29251629956E-01 -4.18904684255E-01 -4.08807147707E-01
375
+ -3.98953008399E-01 -3.89336399336E-01 -3.79951594941E-01 -3.70793007652E-01
376
+ -3.61855184592E-01 -3.53132804325E-01 -3.44620673685E-01 -3.36313724686E-01
377
+ -3.28207011501E-01 -3.20295707526E-01 -3.12575102494E-01 -3.05040599682E-01
378
+ -2.97687713167E-01 -2.90512065157E-01 -2.83509383388E-01 -2.76675498573E-01
379
+ -2.70006341927E-01 -2.63497942741E-01 -2.57146426019E-01 -2.50948010168E-01
380
+ -2.44899004750E-01 -2.38995808286E-01 -2.33234906105E-01 -2.27612868259E-01
381
+ -2.22126347476E-01 -2.16772077170E-01 -2.11546869494E-01 -2.06447613442E-01
382
+ -2.01471272999E-01 -1.96614885331E-01 -1.91875559023E-01 -1.87250472356E-01
383
+ -1.82736871627E-01 -1.78332069510E-01 -1.74033443456E-01 -1.69838434133E-01
384
+ -1.65744543899E-01 -1.61749335317E-01 -1.57850429703E-01 -1.54045505712E-01
385
+ -1.50332297953E-01 -1.46708595640E-01 -1.43172241281E-01 -1.39721129385E-01
386
+ -1.36353205216E-01 -1.33066463566E-01 -1.29858947561E-01 -1.26728747498E-01
387
+ -1.23673999705E-01 -1.20692885435E-01 -1.17783629779E-01 -1.14944500614E-01
388
+ -1.12173807567E-01 -1.09469901012E-01 -1.06831171086E-01 -1.04256046732E-01
389
+ -1.01742994762E-01
390
+ </PP_LOCAL>
391
+
392
+
393
+ <PP_NONLOCAL>
394
+ <PP_BETA>
395
+ 1 0 Beta L
396
+ 377
397
+ 5.47373760945E-03 5.60893892840E-03 5.74747971993E-03 5.88944246901E-03
398
+ 6.03491169916E-03 6.18397401875E-03 6.33671817714E-03 6.49323511569E-03
399
+ 6.65361802203E-03 6.81796238552E-03 6.98636605410E-03 7.15892929254E-03
400
+ 7.33575484217E-03 7.51694798201E-03 7.70261659147E-03 7.89287121457E-03
401
+ 8.08782512578E-03 8.28759439742E-03 8.49229796881E-03 8.70205771705E-03
402
+ 8.91699852960E-03 9.13724837864E-03 9.36293839725E-03 9.59420295748E-03
403
+ 9.83117975037E-03 1.00740098679E-02 1.03228378871E-02 1.05778119558E-02
404
+ 1.08390838814E-02 1.11068092207E-02 1.13811473727E-02 1.16622616738E-02
405
+ 1.19503194946E-02 1.22454923396E-02 1.25479559498E-02 1.28578904066E-02
406
+ 1.31754802397E-02 1.35009145365E-02 1.38343870548E-02 1.41760963383E-02
407
+ 1.45262458347E-02 1.48850440166E-02 1.52527045060E-02 1.56294462015E-02
408
+ 1.60154934081E-02 1.64110759714E-02 1.68164294138E-02 1.72317950754E-02
409
+ 1.76574202572E-02 1.80935583683E-02 1.85404690772E-02 1.89984184659E-02
410
+ 1.94676791889E-02 1.99485306348E-02 2.04412590931E-02 2.09461579247E-02
411
+ 2.14635277364E-02 2.19936765596E-02 2.25369200343E-02 2.30935815964E-02
412
+ 2.36639926707E-02 2.42484928680E-02 2.48474301872E-02 2.54611612228E-02
413
+ 2.60900513768E-02 2.67344750766E-02 2.73948159975E-02 2.80714672916E-02
414
+ 2.87648318213E-02 2.94753223998E-02 3.02033620361E-02 3.09493841874E-02
415
+ 3.17138330169E-02 3.24971636583E-02 3.32998424867E-02 3.41223473960E-02
416
+ 3.49651680839E-02 3.58288063430E-02 3.67137763596E-02 3.76206050198E-02
417
+ 3.85498322232E-02 3.95020112042E-02 4.04777088612E-02 4.14775060946E-02
418
+ 4.25019981516E-02 4.35517949815E-02 4.46275215981E-02 4.57298184521E-02
419
+ 4.68593418120E-02 4.80167641550E-02 4.92027745669E-02 5.04180791527E-02
420
+ 5.16634014562E-02 5.29394828915E-02 5.42470831832E-02 5.55869808194E-02
421
+ 5.69599735146E-02 5.83668786843E-02 5.98085339318E-02 6.12857975463E-02
422
+ 6.27995490136E-02 6.43506895396E-02 6.59401425866E-02 6.75688544224E-02
423
+ 6.92377946834E-02 7.09479569515E-02 7.27003593454E-02 7.44960451256E-02
424
+ 7.63360833158E-02 7.82215693380E-02 8.01536256643E-02 8.21334024847E-02
425
+ 8.41620783906E-02 8.62408610760E-02 8.83709880554E-02 9.05537273994E-02
426
+ 9.27903784889E-02 9.50822727870E-02 9.74307746307E-02 9.98372820415E-02
427
+ 1.02303227556E-01 1.04830079077E-01 1.07419340747E-01 1.10072553836E-01
428
+ 1.12791297666E-01 1.15577190541E-01 1.18431890708E-01 1.21357097347E-01
429
+ 1.24354551573E-01 1.27426037470E-01 1.30573383153E-01 1.33798461846E-01
430
+ 1.37103192994E-01 1.40489543404E-01 1.43959528405E-01 1.47515213039E-01
431
+ 1.51158713291E-01 1.54892197333E-01 1.58717886806E-01 1.62638058137E-01
432
+ 1.66655043877E-01 1.70771234081E-01 1.74989077715E-01 1.79311084097E-01
433
+ 1.83739824376E-01 1.88277933042E-01 1.92928109471E-01 1.97693119512E-01
434
+ 2.02575797103E-01 2.07579045930E-01 2.12705841123E-01 2.17959230988E-01
435
+ 2.23342338783E-01 2.28858364529E-01 2.34510586867E-01 2.40302364947E-01
436
+ 2.46237140370E-01 2.52318439162E-01 2.58549873790E-01 2.64935145232E-01
437
+ 2.71478045071E-01 2.78182457645E-01 2.85052362233E-01 2.92091835285E-01
438
+ 2.99305052689E-01 3.06696292086E-01 3.14269935211E-01 3.22030470291E-01
439
+ 3.29982494460E-01 3.38130716224E-01 3.46479957949E-01 3.55035158385E-01
440
+ 3.63801375211E-01 3.72783787609E-01 3.81987698849E-01 3.91418538894E-01
441
+ 4.01081867011E-01 4.10983374376E-01 4.21128886682E-01 4.31524366716E-01
442
+ 4.42175916928E-01 4.53089781937E-01 4.64272351004E-01 4.75730160425E-01
443
+ 4.87469895841E-01 4.99498394436E-01 5.11822647011E-01 5.24449799897E-01
444
+ 5.37387156682E-01 5.50642179718E-01 5.64222491371E-01 5.78135874968E-01
445
+ 5.92390275391E-01 6.06993799273E-01 6.21954714720E-01 6.37281450498E-01
446
+ 6.52982594608E-01 6.69066892147E-01 6.85543242378E-01 7.02420694872E-01
447
+ 7.19708444615E-01 7.37415825925E-01 7.55552305033E-01 7.74127471141E-01
448
+ 7.93151025755E-01 8.12632770078E-01 8.32582590209E-01 8.53010439863E-01
449
+ 8.73926320306E-01 8.95340257146E-01 9.17262273603E-01 9.39702359801E-01
450
+ 9.62670437621E-01 9.86176320549E-01 1.01022966794E+00 1.03483993301E+00
451
+ 1.06001630381E+00 1.08576763640E+00 1.11210237926E+00 1.13902848793E+00
452
+ 1.16655332881E+00 1.19468357088E+00 1.22342506392E+00 1.25278270184E+00
453
+ 1.28276026943E+00 1.31336027078E+00 1.34458373740E+00 1.37643001394E+00
454
+ 1.40889651922E+00 1.44197848008E+00 1.47566863536E+00 1.50995690723E+00
455
+ 1.54483003669E+00 1.58027118014E+00 1.61625946349E+00 1.65276949038E+00
456
+ 1.68977080071E+00 1.72722727589E+00 1.76509648688E+00 1.80332898142E+00
457
+ 1.84186750689E+00 1.88064616546E+00 1.91958949890E+00 1.95861150054E+00
458
+ 1.99761455345E+00 2.03648829438E+00 2.07510840512E+00 2.11333533449E+00
459
+ 2.15101295685E+00 2.18796717626E+00 2.22400448877E+00 2.25891052065E+00
460
+ 2.29244856538E+00 2.32435814949E+00 2.35435366507E+00 2.38212311643E+00
461
+ 2.40732703934E+00 2.42959766401E+00 2.44853840773E+00 2.46372379911E+00
462
+ 2.47469995439E+00 2.48098574577E+00 2.48207482294E+00 2.47743867057E+00
463
+ 2.46653090584E+00 2.44879304022E+00 2.42366194577E+00 2.39057927711E+00
464
+ 2.34900310128E+00 2.29842197641E+00 2.23837168965E+00 2.16845481106E+00
465
+ 2.08836313473E+00 1.99790295430E+00 1.89702294959E+00 1.78584423653E+00
466
+ 1.66469184738E+00 1.53412656116E+00 1.39497559493E+00 1.24836020679E+00
467
+ 1.09571776917E+00 9.38815380651E-01 7.79751644519E-01 6.20942919316E-01
468
+ 4.65090225390E-01 3.15123170287E-01 1.74117840655E-01 4.51867006002E-02
469
+ -6.86597836240E-02 -1.64677765496E-01 -2.40575944841E-01 -2.94714426946E-01
470
+ -3.26304355563E-01 -3.35592216963E-01 -3.24008781027E-01 -2.94258764361E-01
471
+ -2.50323233301E-01 -1.97341852919E-01 -1.41335148986E-01 -8.87163089127E-02
472
+ -4.55258343937E-02 -1.62991981739E-02 -2.44779855820E-03 0.00000000000E+00
473
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
474
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
475
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
476
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
477
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
478
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
479
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
480
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
481
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
482
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
483
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
484
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
485
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
486
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
487
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
488
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
489
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
490
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
491
+ 0.00000000000E+00
492
+ </PP_BETA>
493
+ <PP_BETA>
494
+ 2 1 Beta L
495
+ 377
496
+ -9.84715690019E-06 -1.03396141030E-05 -1.08566991349E-05 -1.13996436357E-05
497
+ -1.19697408850E-05 -1.25683486307E-05 -1.31968926963E-05 -1.38568701868E-05
498
+ -1.45498530803E-05 -1.52774919687E-05 -1.60415199888E-05 -1.68437569504E-05
499
+ -1.76861136706E-05 -1.85705965251E-05 -1.94993122266E-05 -2.04744728431E-05
500
+ -2.14984010656E-05 -2.25735357409E-05 -2.37024376802E-05 -2.48877957579E-05
501
+ -2.61324333161E-05 -2.74393148888E-05 -2.88115532628E-05 -3.02524168911E-05
502
+ -3.17653376776E-05 -3.33539191508E-05 -3.50219450458E-05 -3.67733883166E-05
503
+ -3.86124205974E-05 -4.05434221388E-05 -4.25709922390E-05 -4.46999601984E-05
504
+ -4.69353968202E-05 -4.92826264876E-05 -5.17472398436E-05 -5.43351071061E-05
505
+ -5.70523920469E-05 -5.99055666719E-05 -6.29014266335E-05 -6.60471074143E-05
506
+ -6.93501013202E-05 -7.28182753224E-05 -7.64598897921E-05 -8.02836181716E-05
507
+ -8.42985676288E-05 -8.85143007442E-05 -9.29408582826E-05 -9.75887831026E-05
508
+ -1.02469145262E-04 -1.07593568377E-04 -1.12974257302E-04 -1.18624027189E-04
509
+ -1.24556334002E-04 -1.30785306558E-04 -1.37325780167E-04 -1.44193331954E-04
510
+ -1.51404317947E-04 -1.58975912021E-04 -1.66926146782E-04 -1.75273956504E-04
511
+ -1.84039222200E-04 -1.93242818958E-04 -2.02906665631E-04 -2.13053777021E-04
512
+ -2.23708318659E-04 -2.34895664335E-04 -2.46642456491E-04 -2.58976669637E-04
513
+ -2.71927676938E-04 -2.85526320123E-04 -2.99804982884E-04 -3.14797667952E-04
514
+ -3.30540078014E-04 -3.47069700669E-04 -3.64425897642E-04 -3.82649998436E-04
515
+ -4.01785398671E-04 -4.21877663333E-04 -4.42974635174E-04 -4.65126548530E-04
516
+ -4.88386148812E-04 -5.12808817974E-04 -5.38452706234E-04 -5.65378870371E-04
517
+ -5.93651418929E-04 -6.23337664660E-04 -6.54508284572E-04 -6.87237487973E-04
518
+ -7.21603192882E-04 -7.57687211245E-04 -7.95575443393E-04 -8.35358082187E-04
519
+ -8.77129827345E-04 -9.20990110447E-04 -9.67043331166E-04 -1.01539910525E-03
520
+ -1.06617252489E-03 -1.11948443200E-03 -1.17546170518E-03 -1.23423756093E-03
521
+ -1.29595186981E-03 -1.36075148844E-03 -1.42879060792E-03 -1.50023111963E-03
522
+ -1.57524299922E-03 -1.65400470968E-03 -1.73670362442E-03 -1.82353647140E-03
523
+ -1.91470979931E-03 -2.01044046692E-03 -2.11095615663E-03 -2.21649591360E-03
524
+ -2.32731071157E-03 -2.44366404671E-03 -2.56583256090E-03 -2.69410669594E-03
525
+ -2.82879138003E-03 -2.97020674831E-03 -3.11868889893E-03 -3.27459068662E-03
526
+ -3.43828255530E-03 -3.61015341186E-03 -3.79061154302E-03 -3.98008557741E-03
527
+ -4.17902549493E-03 -4.38790368590E-03 -4.60721606215E-03 -4.83748322286E-03
528
+ -5.07925167739E-03 -5.33309512829E-03 -5.59961581696E-03 -5.87944593526E-03
529
+ -6.17324910603E-03 -6.48172193591E-03 -6.80559564380E-03 -7.14563776863E-03
530
+ -7.50265396011E-03 -7.87748985638E-03 -8.27103305264E-03 -8.68421516503E-03
531
+ -9.11801399408E-03 -9.57345579254E-03 -1.00516176421E-02 -1.05536299444E-02
532
+ -1.10806790310E-02 -1.16340098985E-02 -1.22149290731E-02 -1.28248076125E-02
533
+ -1.34650842489E-02 -1.41372686811E-02 -1.48429450211E-02 -1.55837754033E-02
534
+ -1.63615037610E-02 -1.71779597802E-02 -1.80350630360E-02 -1.89348273195E-02
535
+ -1.98793651646E-02 -2.08708925808E-02 -2.19117340014E-02 -2.30043274557E-02
536
+ -2.41512299728E-02 -2.53551232272E-02 -2.66188194338E-02 -2.79452675027E-02
537
+ -2.93375594614E-02 -3.07989371553E-02 -3.23327992335E-02 -3.39427084320E-02
538
+ -3.56323991598E-02 -3.74057853997E-02 -3.92669689304E-02 -4.12202478792E-02
539
+ -4.32701256122E-02 -4.54213199698E-02 -4.76787728533E-02 -5.00476601686E-02
540
+ -5.25334021307E-02 -5.51416739333E-02 -5.78784167836E-02 -6.07498493034E-02
541
+ -6.37624792933E-02 -6.69231158562E-02 -7.02388818714E-02 -7.37172268094E-02
542
+ -7.73659398728E-02 -8.11931634433E-02 -8.52074068121E-02 -8.94175601641E-02
543
+ -9.38329087785E-02 -9.84631474042E-02 -1.03318394757E-01 -1.08409208076E-01
544
+ -1.13746597673E-01 -1.19342041380E-01 -1.25207498807E-01 -1.31355425290E-01
545
+ -1.37798785400E-01 -1.44551065860E-01 -1.51626287701E-01 -1.59039017448E-01
546
+ -1.66804377121E-01 -1.74938052786E-01 -1.83456301361E-01 -1.92375955346E-01
547
+ -2.01714425102E-01 -2.11489698239E-01 -2.21720335658E-01 -2.32425463669E-01
548
+ -2.43624761606E-01 -2.55338444239E-01 -2.67587238223E-01 -2.80392351709E-01
549
+ -2.93775436194E-01 -3.07758539507E-01 -3.22364048766E-01 -3.37614621989E-01
550
+ -3.53533106896E-01 -3.70142445303E-01 -3.87465561335E-01 -4.05525231523E-01
551
+ -4.24343934648E-01 -4.43943679041E-01 -4.64345804804E-01 -4.85570758255E-01
552
+ -5.07637835674E-01 -5.30564893236E-01 -5.54368019822E-01 -5.79061169226E-01
553
+ -6.04655748139E-01 -6.31160156148E-01 -6.58579273966E-01 -6.86913896071E-01
554
+ -7.16160104070E-01 -7.46308577247E-01 -7.77343837153E-01 -8.09243423558E-01
555
+ -8.41976999807E-01 -8.75505386601E-01 -9.09779524455E-01 -9.44739366672E-01
556
+ -9.80312706712E-01 -1.01641394623E+00 -1.05294281305E+00 -1.08978304193E+00
557
+ -1.12680103506E+00 -1.16384452418E+00 -1.20074126171E+00 -1.23729777475E+00
558
+ -1.27329822251E+00 -1.30850340588E+00 -1.34264998574E+00 -1.37544997548E+00
559
+ -1.40659058214E+00 -1.43573447911E+00 -1.46252060154E+00 -1.48656556274E+00
560
+ -1.50746579477E+00 -1.52480051907E+00 -1.53813565187E+00 -1.54702874337E+00
561
+ -1.55103503786E+00 -1.54971472358E+00 -1.54264141396E+00 -1.52941186595E+00
562
+ -1.50965689472E+00 -1.48305338782E+00 -1.44933725469E+00 -1.40831707203E+00
563
+ -1.35988810201E+00 -1.30404627364E+00 -1.24090163055E+00 -1.17069066771E+00
564
+ -1.09378691209E+00 -1.01070905425E+00 -9.22125920023E-01 -8.28857589313E-01
565
+ -7.31872030635E-01 -6.32276729988E-01 -5.31304950882E-01 -4.30296466124E-01
566
+ -3.30672841125E-01 -2.33907607429E-01 -1.41491921623E-01 -5.48965314071E-02
567
+ 2.44689628928E-02 9.52984863321E-02 1.56432477845E-01 2.06900618527E-01
568
+ 2.45963695845E-01 2.73154327175E-01 2.88316558687E-01 2.91644458478E-01
569
+ 2.83719511653E-01 2.65545603745E-01 2.38578296328E-01 2.04741594143E-01
570
+ 1.66420196351E-01 1.26408256677E-01 8.77872810779E-02 5.36968208518E-02
571
+ 2.69533744051E-02 9.46662573081E-03 1.39782829792E-03 0.00000000000E+00
572
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
573
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
574
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
575
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
576
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
577
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
578
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
579
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
580
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
581
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
582
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
583
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
584
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
585
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
586
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
587
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
588
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
589
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
590
+ 0.00000000000E+00
591
+ </PP_BETA>
592
+ <PP_DIJ>
593
+ 2 Number of nonzero Dij
594
+ 1 1 1.37308145377E+00
595
+ 2 2 -3.03513049300E+00
596
+ </PP_DIJ>
597
+ </PP_NONLOCAL>
598
+
599
+
600
+ <PP_PSWFC>
601
+ 2s 0 2.00 Wavefunction
602
+ 8.59007180002E-04 8.80224657348E-04 9.01966206384E-04 9.24244771682E-04
603
+ 9.47073617725E-04 9.70466336181E-04 9.94436854705E-04 1.01899944495E-03
604
+ 1.04416873108E-03 1.06995969848E-03 1.09638770267E-03 1.12346847844E-03
605
+ 1.15121814924E-03 1.17965323678E-03 1.20879067084E-03 1.23864779936E-03
606
+ 1.26924239878E-03 1.30059268462E-03 1.33271732233E-03 1.36563543838E-03
607
+ 1.39936663166E-03 1.43393098516E-03 1.46934907794E-03 1.50564199731E-03
608
+ 1.54283135148E-03 1.58093928237E-03 1.61998847879E-03 1.66000218998E-03
609
+ 1.70100423941E-03 1.74301903902E-03 1.78607160369E-03 1.83018756618E-03
610
+ 1.87539319239E-03 1.92171539696E-03 1.96918175934E-03 2.01782054016E-03
611
+ 2.06766069811E-03 2.11873190715E-03 2.17106457418E-03 2.22468985714E-03
612
+ 2.27963968358E-03 2.33594676963E-03 2.39364463954E-03 2.45276764557E-03
613
+ 2.51335098848E-03 2.57543073850E-03 2.63904385676E-03 2.70422821734E-03
614
+ 2.77102262980E-03 2.83946686228E-03 2.90960166518E-03 2.98146879543E-03
615
+ 3.05511104134E-03 3.13057224809E-03 3.20789734379E-03 3.28713236630E-03
616
+ 3.36832449057E-03 3.45152205676E-03 3.53677459902E-03 3.62413287497E-03
617
+ 3.71364889591E-03 3.80537595781E-03 3.89936867303E-03 3.99568300280E-03
618
+ 4.09437629058E-03 4.19550729620E-03 4.29913623079E-03 4.40532479267E-03
619
+ 4.51413620409E-03 4.62563524881E-03 4.73988831072E-03 4.85696341336E-03
620
+ 4.97693026038E-03 5.09986027704E-03 5.22582665278E-03 5.35490438471E-03
621
+ 5.48717032232E-03 5.62270321321E-03 5.76158374996E-03 5.90389461816E-03
622
+ 6.04972054564E-03 6.19914835291E-03 6.35226700483E-03 6.50916766358E-03
623
+ 6.66994374291E-03 6.83469096376E-03 7.00350741122E-03 7.17649359293E-03
624
+ 7.35375249889E-03 7.53538966277E-03 7.72151322473E-03 7.91223399578E-03
625
+ 8.10766552371E-03 8.30792416071E-03 8.51312913260E-03 8.72340260979E-03
626
+ 8.93886978000E-03 9.15965892274E-03 9.38590148567E-03 9.61773216283E-03
627
+ 9.85528897479E-03 1.00987133508E-02 1.03481502128E-02 1.06037480621E-02
628
+ 1.08656590670E-02 1.11340391542E-02 1.14090481008E-02 1.16908496300E-02
629
+ 1.19796115080E-02 1.22755056440E-02 1.25787081927E-02 1.28893996588E-02
630
+ 1.32077650045E-02 1.35339937593E-02 1.38682801332E-02 1.42108231319E-02
631
+ 1.45618266749E-02 1.49214997176E-02 1.52900563746E-02 1.56677160476E-02
632
+ 1.60547035559E-02 1.64512492698E-02 1.68575892475E-02 1.72739653759E-02
633
+ 1.77006255140E-02 1.81378236403E-02 1.85858200038E-02 1.90448812788E-02
634
+ 1.95152807229E-02 1.99972983401E-02 2.04912210467E-02 2.09973428416E-02
635
+ 2.15159649814E-02 2.20473961590E-02 2.25919526872E-02 2.31499586860E-02
636
+ 2.37217462759E-02 2.43076557741E-02 2.49080358973E-02 2.55232439681E-02
637
+ 2.61536461274E-02 2.67996175513E-02 2.74615426739E-02 2.81398154153E-02
638
+ 2.88348394148E-02 2.95470282707E-02 3.02768057850E-02 3.10246062149E-02
639
+ 3.17908745296E-02 3.25760666744E-02 3.33806498402E-02 3.42051027401E-02
640
+ 3.50499158931E-02 3.59155919137E-02 3.68026458097E-02 3.77116052861E-02
641
+ 3.86430110576E-02 3.95974171673E-02 4.05753913147E-02 4.15775151900E-02
642
+ 4.26043848180E-02 4.36566109090E-02 4.47348192193E-02 4.58396509196E-02
643
+ 4.69717629728E-02 4.81318285201E-02 4.93205372777E-02 5.05385959415E-02
644
+ 5.17867286029E-02 5.30656771733E-02 5.43762018196E-02 5.57190814096E-02
645
+ 5.70951139685E-02 5.85051171455E-02 5.99499286920E-02 6.14304069511E-02
646
+ 6.29474313581E-02 6.45019029535E-02 6.60947449075E-02 6.77269030567E-02
647
+ 6.93993464538E-02 7.11130679296E-02 7.28690846681E-02 7.46684387948E-02
648
+ 7.65121979786E-02 7.84014560475E-02 8.03373336180E-02 8.23209787387E-02
649
+ 8.43535675486E-02 8.64363049501E-02 8.85704252964E-02 9.07571930944E-02
650
+ 9.29979037229E-02 9.52938841660E-02 9.76464937623E-02 1.00057124970E-01
651
+ 1.02527204148E-01 1.05058192351E-01 1.07651586146E-01 1.10308918438E-01
652
+ 1.13031759317E-01 1.15821716915E-01 1.18680438291E-01 1.21609610314E-01
653
+ 1.24610960578E-01 1.27686258320E-01 1.30837315359E-01 1.34065987047E-01
654
+ 1.37374173228E-01 1.40763819219E-01 1.44236916794E-01 1.47795505176E-01
655
+ 1.51441672039E-01 1.55177554518E-01 1.59005340216E-01 1.62927268210E-01
656
+ 1.66945630061E-01 1.71062770799E-01 1.75281089915E-01 1.79603042314E-01
657
+ 1.84031139250E-01 1.88567949226E-01 1.93216098845E-01 1.97978273604E-01
658
+ 2.02857218619E-01 2.07855739263E-01 2.12976701696E-01 2.18223033268E-01
659
+ 2.23597722775E-01 2.29103820521E-01 2.34744438165E-01 2.40522748320E-01
660
+ 2.46441983822E-01 2.52505436660E-01 2.58716456458E-01 2.65078448462E-01
661
+ 2.71594870937E-01 2.78269231856E-01 2.85105084790E-01 2.92106023830E-01
662
+ 2.99275677406E-01 3.06617700799E-01 3.14135767143E-01 3.21833556660E-01
663
+ 3.29714743854E-01 3.37782982321E-01 3.46041886812E-01 3.54495012108E-01
664
+ 3.63145828221E-01 3.71997691355E-01 3.81053809995E-01 3.90317205403E-01
665
+ 3.99790665705E-01 4.09476692671E-01 4.19377440167E-01 4.29494643149E-01
666
+ 4.39829535988E-01 4.50382758740E-01 4.61154249934E-01 4.72143124311E-01
667
+ 4.83347533863E-01 4.94764510511E-01 5.06389788685E-01 5.18217606189E-01
668
+ 5.30240481787E-01 5.42448968235E-01 5.54831379796E-01 5.67373493856E-01
669
+ 5.80058226933E-01 5.92865286442E-01 6.05770800796E-01 6.18746932151E-01
670
+ 6.31761478084E-01 6.44777471066E-01 6.57752787496E-01 6.70639781569E-01
671
+ 6.83384963115E-01 6.95928742808E-01 7.08205272608E-01 7.20142413691E-01
672
+ 7.31661868140E-01 7.42679513744E-01 7.53105982778E-01 7.62847524862E-01
673
+ 7.71807189882E-01 7.79886358665E-01 7.86986635469E-01 7.93012096649E-01
674
+ 7.97871863411E-01 8.01482933391E-01 8.03773166545E-01 8.04684277323E-01
675
+ 8.04174640176E-01 8.02221673654E-01 7.98823535515E-01 7.93999844965E-01
676
+ 7.87791157689E-01 7.80256965981E-01 7.71472094580E-01 7.61521532150E-01
677
+ 7.50494006399E-01 7.38475018268E-01 7.25540656542E-01 7.11754400999E-01
678
+ 6.97169760137E-01 6.81838265716E-01 6.65814533720E-01 6.49154759247E-01
679
+ 6.31916596104E-01 6.14159026730E-01 5.95942039930E-01 5.77326344418E-01
680
+ 5.58373076249E-01 5.39143506672E-01 5.19698752075E-01 5.00099487396E-01
681
+ 4.80405664521E-01 4.60676237110E-01 4.40968893242E-01 4.21339797267E-01
682
+ 4.01843342198E-01 3.82531913978E-01 3.63455668934E-01 3.44662325686E-01
683
+ 3.26196972786E-01 3.08101893289E-01 2.90416407457E-01 2.73176734685E-01
684
+ 2.56415875719E-01 2.40163516106E-01 2.24445951701E-01 2.09286036964E-01
685
+ 1.94703156544E-01 1.80713220557E-01 1.67328683688E-01 1.54558588061E-01
686
+ 1.42408629592E-01 1.30881247261E-01 1.19975734498E-01 1.09688371624E-01
687
+ 1.00012578004E-01 9.09390823474E-02 8.24561093227E-02 7.45495804627E-02
688
+ 6.72033271292E-02 6.03993131482E-02 5.41178646022E-02 4.83379041788E-02
689
+ 4.30371874304E-02 3.81925382983E-02 3.37800813026E-02 2.97754678842E-02
690
+ 2.61540945214E-02 2.28913104167E-02 1.99626127581E-02 1.73438278040E-02
691
+ 1.50112763124E-02 1.29419221235E-02 1.11135030141E-02 9.50464325292E-03
692
+ 8.09494760152E-03 6.86507681185E-03 5.79680496425E-03 4.87305926451E-03
693
+ 4.07794316612E-03 3.39674390201E-03 2.81592569400E-03 2.32311005504E-03
694
+ 1.90704470807E-03 1.55756271443E-03 1.26553343605E-03 1.02280694957E-03
695
+ 8.22153490858E-04 6.57199437833E-04 5.22361242373E-04 4.12778603537E-04
696
+ 3.24248038505E-04 2.53157860470E-04 1.96425418643E-04 1.51437299704E-04
697
+ 1.15993036641E-04 8.82527240837E-05 6.66888020278E-05 5.00421450946E-05
698
+ 3.72824839642E-05 2.75730907057E-05 2.02395809099E-05 1.47426228211E-05
699
+ 1.06542964897E-05 7.63781332135E-06 5.43028692718E-06 3.82823829676E-06
700
+ 2.67552025411E-06 1.85335613274E-06 1.27220382048E-06 8.65177094179E-07
701
+ 5.82779935982E-07 3.88734929658E-07 2.56712715411E-07 1.67794887103E-07
702
+ 1.08526914363E-07 6.94401324097E-08 4.39422175256E-08 2.74936681017E-08
703
+ 1.70035851812E-08 1.03915424811E-08 6.27368248210E-09 3.74055431577E-09
704
+ 2.20183483010E-09 1.27917421768E-09 7.33209373902E-10 4.14508121299E-10
705
+ 2.31043776883E-10 1.26927915885E-10 6.87009869988E-11 3.66225552840E-11
706
+ 1.92197039413E-11 9.92618870979E-12 5.04287851780E-12 2.51889610315E-12
707
+ 1.23641032033E-12 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
708
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
709
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
710
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
711
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
712
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
713
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
714
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
715
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
716
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
717
+ 0.00000000000E+00
718
+ 2p 1 1.98 Wavefunction
719
+ 2.33223430400E-06 2.44886955144E-06 2.57133773811E-06 2.69993056981E-06
720
+ 2.83495435128E-06 2.97673065621E-06 3.12559718146E-06 3.28190850652E-06
721
+ 3.44603694408E-06 3.61837342594E-06 3.79932843415E-06 3.98933297868E-06
722
+ 4.18883962400E-06 4.39832356698E-06 4.61828376868E-06 4.84924414280E-06
723
+ 5.09175480346E-06 5.34639337547E-06 5.61376637008E-06 5.89451062952E-06
724
+ 6.18929484377E-06 6.49882114322E-06 6.82382677091E-06 7.16508583845E-06
725
+ 7.52341116969E-06 7.89965623660E-06 8.29471719199E-06 8.70953500383E-06
726
+ 9.14509769626E-06 9.60244270277E-06 1.00826593369E-05 1.05868913867E-05
727
+ 1.11163398384E-05 1.16722657373E-05 1.22559931903E-05 1.28689125199E-05
728
+ 1.35124835749E-05 1.41882392073E-05 1.48977889227E-05 1.56428227131E-05
729
+ 1.64251150819E-05 1.72465292694E-05 1.81090216903E-05 1.90146465923E-05
730
+ 1.99655609481E-05 2.09640295920E-05 2.20124306132E-05 2.31132610183E-05
731
+ 2.42691426776E-05 2.54828285683E-05 2.67572093297E-05 2.80953201462E-05
732
+ 2.95003479746E-05 3.09756391322E-05 3.25247072645E-05 3.41512417111E-05
733
+ 3.58591162898E-05 3.76523985198E-05 3.95353593055E-05 4.15124831049E-05
734
+ 4.35884786054E-05 4.57682899344E-05 4.80571084282E-05 5.04603849912E-05
735
+ 5.29838430710E-05 5.56334922827E-05 5.84156427138E-05 6.13369199435E-05
736
+ 6.44042808130E-05 6.76250299831E-05 7.10068373192E-05 7.45577561449E-05
737
+ 7.82862424072E-05 8.22011747987E-05 8.63118758857E-05 9.06281342904E-05
738
+ 9.51602279814E-05 9.99189487275E-05 1.04915627772E-04 1.10162162788E-04
739
+ 1.15671046183E-04 1.21455394811E-04 1.27528981172E-04 1.33906266167E-04
740
+ 1.40602433487E-04 1.47633425720E-04 1.55015982258E-04 1.62767679093E-04
741
+ 1.70906970606E-04 1.79453233426E-04 1.88426812495E-04 1.97849069411E-04
742
+ 2.07742433195E-04 2.18130453581E-04 2.29037856966E-04 2.40490605143E-04
743
+ 2.52515956967E-04 2.65142533087E-04 2.78400383901E-04 2.92321060901E-04
744
+ 3.06937691565E-04 3.22285057974E-04 3.38399679344E-04 3.55319898664E-04
745
+ 3.73085973641E-04 3.91740172162E-04 4.11326872513E-04 4.31892668558E-04
746
+ 4.53486480165E-04 4.76159669092E-04 4.99966160642E-04 5.24962571346E-04
747
+ 5.51208342977E-04 5.78765883214E-04 6.07700713268E-04 6.38081622824E-04
748
+ 6.69980832656E-04 7.03474165280E-04 7.38641224052E-04 7.75565581118E-04
749
+ 8.14334974641E-04 8.55041515768E-04 8.97781905810E-04 9.42657664120E-04
750
+ 9.89775367201E-04 1.03924689958E-03 1.09118971702E-03 1.14572712268E-03
751
+ 1.20298855680E-03 1.26310990062E-03 1.32623379521E-03 1.39250997583E-03
752
+ 1.46209562273E-03 1.53515572904E-03 1.61186348656E-03 1.69240069046E-03
753
+ 1.77695816351E-03 1.86573620107E-03 1.95894503756E-03 2.05680533557E-03
754
+ 2.15954869859E-03 2.26741820851E-03 2.38066898897E-03 2.49956879586E-03
755
+ 2.62439863608E-03 2.75545341594E-03 2.89304262056E-03 3.03749102560E-03
756
+ 3.18913944281E-03 3.34834550096E-03 3.51548446360E-03 3.69095008539E-03
757
+ 3.87515550863E-03 4.06853420172E-03 4.27154094143E-03 4.48465284074E-03
758
+ 4.70837042425E-03 4.94321875312E-03 5.18974860156E-03 5.44853768709E-03
759
+ 5.72019195649E-03 6.00534692994E-03 6.30466910542E-03 6.61885742574E-03
760
+ 6.94864481059E-03 7.29479975595E-03 7.65812800339E-03 8.03947428163E-03
761
+ 8.43972412284E-03 8.85980575629E-03 9.30069208169E-03 9.76340272477E-03
762
+ 1.02490061776E-02 1.07586220260E-02 1.12934232661E-02 1.18546387132E-02
763
+ 1.24435555038E-02 1.30615216941E-02 1.37099489553E-02 1.43903153694E-02
764
+ 1.51041683252E-02 1.58531275155E-02 1.66388880383E-02 1.74632236001E-02
765
+ 1.83279898230E-02 1.92351276529E-02 2.01866668714E-02 2.11847297046E-02
766
+ 2.22315345314E-02 2.33293996835E-02 2.44807473354E-02 2.56881074786E-02
767
+ 2.69541219718E-02 2.82815486607E-02 2.96732655568E-02 3.11322750642E-02
768
+ 3.26617082413E-02 3.42648290809E-02 3.59450387925E-02 3.77058800657E-02
769
+ 3.95510412903E-02 4.14843607083E-02 4.35098304668E-02 4.56316005381E-02
770
+ 4.78539824676E-02 5.01814529087E-02 5.26186568946E-02 5.51704107935E-02
771
+ 5.78417048890E-02 6.06377055163E-02 6.35637566826E-02 6.66253810887E-02
772
+ 6.98282804620E-02 7.31783351012E-02 7.66816025232E-02 8.03443150925E-02
773
+ 8.41728765009E-02 8.81738569557E-02 9.23539869180E-02 9.67201492232E-02
774
+ 1.01279369399E-01 1.06038803980E-01 1.11005726614E-01 1.16187511710E-01
775
+ 1.21591615412E-01 1.27225553604E-01 1.33096876695E-01 1.39213140877E-01
776
+ 1.45581875545E-01 1.52210546576E-01 1.59106515109E-01 1.66276991504E-01
777
+ 1.73728984128E-01 1.81469242606E-01 1.89504195217E-01 1.97839880068E-01
778
+ 2.06481869755E-01 2.15435189209E-01 2.24704226466E-01 2.34292636176E-01
779
+ 2.44203235703E-01 2.54437893764E-01 2.64997411673E-01 2.75881397342E-01
780
+ 2.87088132396E-01 2.98614432893E-01 3.10455504365E-01 3.22604792165E-01
781
+ 3.35053828328E-01 3.47792076519E-01 3.60806776974E-01 3.74082793708E-01
782
+ 3.87602466725E-01 4.01345472370E-01 4.15288695478E-01 4.29406117440E-01
783
+ 4.43668724795E-01 4.58044443451E-01 4.72498104046E-01 4.86991444377E-01
784
+ 5.01483155077E-01 5.15928974889E-01 5.30281841904E-01 5.44492106873E-01
785
+ 5.58507814275E-01 5.72275056029E-01 5.85738401613E-01 5.98841406894E-01
786
+ 6.11527201990E-01 6.23739156194E-01 6.35421615147E-01 6.46520702276E-01
787
+ 6.56985172926E-01 6.66767305774E-01 6.75823812079E-01 6.84116739293E-01
788
+ 6.91614341680E-01 6.98291887088E-01 7.04132366125E-01 7.09127067939E-01
789
+ 7.13275985856E-01 7.16588016444E-01 7.19080917483E-01 7.20780993792E-01
790
+ 7.21722485284E-01 7.21946638932E-01 7.21500455767E-01 7.20435115933E-01
791
+ 7.18804099372E-01 7.16661037651E-01 7.14057354478E-01 7.11039779470E-01
792
+ 7.07647852783E-01 7.03911577682E-01 6.99849423334E-01 6.95466927910E-01
793
+ 6.90756194959E-01 6.85696599639E-01 6.80257001234E-01 6.74399656631E-01
794
+ 6.68085790639E-01 6.61282327921E-01 6.53968528184E-01 6.46140061548E-01
795
+ 6.37806967677E-01 6.28985287442E-01 6.19691221769E-01 6.09942374114E-01
796
+ 5.99757557350E-01 5.89156558916E-01 5.78160115686E-01 5.66789845270E-01
797
+ 5.55068181609E-01 5.43018310071E-01 5.30664101913E-01 5.18030048146E-01
798
+ 5.05141192903E-01 4.92023065927E-01 4.78701614324E-01 4.65203133293E-01
799
+ 4.51554195678E-01 4.37781580161E-01 4.23912197917E-01 4.09973017597E-01
800
+ 3.95990988493E-01 3.81992961845E-01 3.68005610245E-01 3.54055345221E-01
801
+ 3.40168233107E-01 3.26369909418E-01 3.12685492029E-01 2.99139493529E-01
802
+ 2.85755733224E-01 2.72557249334E-01 2.59566212016E-01 2.46803837896E-01
803
+ 2.34290306869E-01 2.22044681960E-01 2.10084833079E-01 1.98427365516E-01
804
+ 1.87087554012E-01 1.76079283260E-01 1.65414995609E-01 1.55105646743E-01
805
+ 1.45160670008E-01 1.35587949996E-01 1.26393805902E-01 1.17582985047E-01
806
+ 1.09158666872E-01 1.01122477555E-01 9.34745152840E-02 8.62133860807E-02
807
+ 7.93362499404E-02 7.28388768973E-02 6.67157125096E-02 6.09599521223E-02
808
+ 5.55636231464E-02 5.05176744870E-02 4.58120721521E-02 4.14358999979E-02
809
+ 3.73774644936E-02 3.36244023495E-02 3.01637898150E-02 2.69822524509E-02
810
+ 2.40660741858E-02 2.14013045002E-02 1.89738626279E-02 1.67696377356E-02
811
+ 1.47745841211E-02 1.29748105723E-02 1.13566631396E-02 9.90680069378E-03
812
+ 8.61226277217E-03 7.46052934709E-03 6.43957228586E-03 5.53789840411E-03
813
+ 4.74458414370E-03 4.04930202841E-03 3.44233916415E-03 2.91460815267E-03
814
+ 2.45765087766E-03 2.06363569784E-03 1.72534864304E-03 1.43617925525E-03
815
+ 1.19010174777E-03 9.81652171608E-04 8.05902280731E-04 6.58430776503E-04
816
+ 5.35292589203E-04 4.32986821155E-04 3.48423934118E-04 2.78892714474E-04
817
+ 2.22027495207E-04 1.75776055418E-04 1.38368557777E-04 1.08287823426E-04
818
+ 8.42411838722E-05 6.51340915522E-05 5.00456161684E-05 3.82059034290E-05
819
+ 2.89756272185E-05 2.18274259601E-05 1.63292793281E-05 1.21297526398E-05
820
+ 8.94501317202E-06 6.54750509447E-06 4.75615737127E-06 3.42799142028E-06
821
+ 2.45099201943E-06 1.73810534573E-06 1.22223152796E-06 8.52085084204E-07
822
+ 5.88804514066E-07 4.03201567045E-07 2.73550808418E-07 1.83830603496E-07
823
+ 1.22337160059E-07 8.06034944427E-08 5.25648767113E-08 3.39212864906E-08
824
+ 2.16555616586E-08 1.36731700242E-08 8.53590993591E-09 5.26722597889E-09
825
+ 3.21166411253E-09 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
826
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
827
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
828
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
829
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
830
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
831
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
832
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
833
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
834
+ 0.00000000000E+00
835
+ 3d 2 0.00 Wavefunction
836
+ 9.36868064842E-10 1.00801882783E-09 1.08457315966E-09 1.16694143618E-09
837
+ 1.25556526208E-09 1.35091965219E-09 1.45351576165E-09 1.56390356494E-09
838
+ 1.68267480455E-09 1.81046616296E-09 1.94796267563E-09 2.09590140315E-09
839
+ 2.25507538232E-09 2.42633787723E-09 2.61060695326E-09 2.80887039839E-09
840
+ 3.02219101826E-09 3.25171233343E-09 3.49866470924E-09 3.76437195121E-09
841
+ 4.05025840140E-09 4.35785657356E-09 4.68881536830E-09 5.04490891198E-09
842
+ 5.42804606702E-09 5.84028066434E-09 6.28382251297E-09 6.76104924578E-09
843
+ 7.27451906473E-09 7.82698445419E-09 8.42140693556E-09 9.06097294255E-09
844
+ 9.74911090196E-09 1.04895096117E-08 1.12861380146E-08 1.21432664738E-08
845
+ 1.30654896636E-08 1.40577511995E-08 1.51253701378E-08 1.62740694885E-08
846
+ 1.75100068928E-08 1.88398076308E-08 2.02706001360E-08 2.18100542063E-08
847
+ 2.34664221177E-08 2.52485828593E-08 2.71660897284E-08 2.92292215398E-08
848
+ 3.14490377238E-08 3.38374376088E-08 3.64072242057E-08 3.91721728364E-08
849
+ 4.21471049740E-08 4.53479676900E-08 4.87919191355E-08 5.24974205136E-08
850
+ 5.64843350361E-08 6.07740343953E-08 6.53895133210E-08 7.03555128368E-08
851
+ 7.56986528769E-08 8.14475749733E-08 8.76330957783E-08 9.42883722461E-08
852
+ 1.01449079357E-07 1.09153601338E-07 1.17443237404E-07 1.26362423124E-07
853
+ 1.35958968592E-07 1.46284314693E-07 1.57393808815E-07 1.69347001513E-07
854
+ 1.82207965688E-07 1.96045640007E-07 2.10934198402E-07 2.26953447621E-07
855
+ 2.44189254969E-07 2.62734008533E-07 2.82687112338E-07 3.04155519120E-07
856
+ 3.27254303533E-07 3.52107278892E-07 3.78847660738E-07 4.07618780787E-07
857
+ 4.38574855085E-07 4.71881810487E-07 5.07718173885E-07 5.46276028949E-07
858
+ 5.87762045501E-07 6.32398587049E-07 6.80424902394E-07 7.32098407710E-07
859
+ 7.87696065948E-07 8.47515870964E-07 9.11878444308E-07 9.81128753229E-07
860
+ 1.05563795910E-06 1.13580540615E-06 1.22206076115E-06 1.31486631551E-06
861
+ 1.41471946216E-06 1.52215536031E-06 1.63774980262E-06 1.76212229984E-06
862
+ 1.89593939964E-06 2.03991825725E-06 2.19483047713E-06 2.36150624613E-06
863
+ 2.54083878030E-06 2.73378910907E-06 2.94139122254E-06 3.16475760923E-06
864
+ 3.40508521395E-06 3.66366184778E-06 3.94187308418E-06 4.24120967833E-06
865
+ 4.56327554917E-06 4.90979636691E-06 5.28262879182E-06 5.68377041368E-06
866
+ 6.11537044495E-06 6.57974122478E-06 7.07937059527E-06 7.61693521603E-06
867
+ 8.19531488808E-06 8.81760796354E-06 9.48714792327E-06 1.02075212109E-05
868
+ 1.09825864181E-05 1.18164949241E-05 1.27137130979E-05 1.36790461836E-05
869
+ 1.47176639935E-05 1.58351285483E-05 1.70374238092E-05 1.83309876617E-05
870
+ 1.97227463204E-05 2.12201513373E-05 2.28312194114E-05 2.45645752099E-05
871
+ 2.64294974282E-05 2.84359683342E-05 3.05947270586E-05 3.29173269133E-05
872
+ 3.54161970425E-05 3.81047087326E-05 4.09972467301E-05 4.41092859469E-05
873
+ 4.74574739562E-05 5.10597197152E-05 5.49352889826E-05 5.91049069335E-05
874
+ 6.35908685112E-05 6.84171570983E-05 7.36095721289E-05 7.91958663115E-05
875
+ 8.52058931851E-05 9.16717657774E-05 9.86280271982E-05 1.06111834059E-04
876
+ 1.14163153672E-04 1.22824976068E-04 1.32143541914E-04 1.42168587547E-04
877
+ 1.52953608357E-04 1.64556141923E-04 1.77038072331E-04 1.90465957268E-04
878
+ 2.04911379561E-04 2.20451324985E-04 2.37168588254E-04 2.55152209295E-04
879
+ 2.74497942020E-04 2.95308757976E-04 3.17695387455E-04 3.41776900767E-04
880
+ 3.67681332645E-04 3.95546352902E-04 4.25519986711E-04 4.57761388100E-04
881
+ 4.92441670533E-04 5.29744798663E-04 5.69868545696E-04 6.13025521043E-04
882
+ 6.59444273308E-04 7.09370473983E-04 7.63068187565E-04 8.20821234241E-04
883
+ 8.82934651651E-04 9.49736262687E-04 1.02157835676E-03 1.09883949239E-03
884
+ 1.18192642960E-03 1.27127620094E-03 1.36735833077E-03 1.47067721274E-03
885
+ 1.58177465636E-03 1.70123261387E-03 1.82967609942E-03 1.96777631349E-03
886
+ 2.11625398577E-03 2.27588295084E-03 2.44749397171E-03 2.63197882681E-03
887
+ 2.83029467725E-03 3.04346873174E-03 3.27260322737E-03 3.51888074555E-03
888
+ 3.78356988306E-03 4.06803129896E-03 4.37372415917E-03 4.70221300114E-03
889
+ 5.05517504178E-03 5.43440795265E-03 5.84183812696E-03 6.27952946333E-03
890
+ 6.74969269212E-03 7.25469526976E-03 7.79707186736E-03 8.37953547910E-03
891
+ 9.00498917628E-03 9.67653853155E-03 1.03975047378E-02 1.11714384440E-02
892
+ 1.20021343296E-02 1.28936464354E-02 1.38503042685E-02 1.48767296926E-02
893
+ 1.59778546132E-02 1.71589394618E-02 1.84255924769E-02 1.97837897738E-02
894
+ 2.12398961877E-02 2.28006868640E-02 2.44733695640E-02 2.62656076375E-02
895
+ 2.81855436061E-02 3.02418232846E-02 3.24436203534E-02 3.48006612784E-02
896
+ 3.73232504562E-02 4.00222954446E-02 4.29093321164E-02 4.59965495559E-02
897
+ 4.92968144925E-02 5.28236950492E-02 5.65914835576E-02 6.06152181764E-02
898
+ 6.49107030302E-02 6.94945265738E-02 7.43840778787E-02 7.95975605365E-02
899
+ 8.51540038831E-02 9.10732712655E-02 9.73760651081E-02 1.04083928585E-01
900
+ 1.11219243779E-01 1.18805226303E-01 1.26865916490E-01 1.35426167419E-01
901
+ 1.44511630235E-01 1.54148737476E-01 1.64364685411E-01 1.75187416708E-01
902
+ 1.86645605188E-01 1.98768644833E-01 2.11586645722E-01 2.25130440151E-01
903
+ 2.39431602728E-01 2.54522488906E-01 2.70436296997E-01 2.87207159368E-01
904
+ 3.04870269024E-01 3.23462048314E-01 3.43020366765E-01 3.63584815213E-01
905
+ 3.85197043209E-01 4.07901166164E-01 4.31744247718E-01 4.56776861260E-01
906
+ 4.83053732330E-01 5.10634460636E-01 5.39584316587E-01 5.69975102471E-01
907
+ 6.01886062646E-01 6.35404820527E-01 6.70628312738E-01 7.07663683106E-01
908
+ 7.46629091643E-01 7.87654387416E-01 8.30881590682E-01 8.76465131040E-01
909
+ 9.24571797669E-01 9.75380378717E-01 1.02908100439E+00 1.08587426682E+00
910
+ 1.14597027341E+00 1.20958789845E+00 1.27695462202E+00 1.34830745798E+00
911
+ 1.42389551598E+00 1.50398460023E+00 1.58886371029E+00 1.67885201271E+00
912
+ 1.77430282470E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
913
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
914
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
915
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
916
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
917
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
918
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
919
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
920
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
921
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
922
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
923
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
924
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
925
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
926
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
927
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
928
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
929
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
930
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
931
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
932
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
933
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
934
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
935
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
936
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
937
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
938
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
939
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
940
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
941
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
942
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
943
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
944
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
945
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
946
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
947
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
948
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
949
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
950
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
951
+ 0.00000000000E+00
952
+ </PP_PSWFC>
953
+
954
+
955
+ <PP_RHOATOM>
956
+ 1.47579744849E-06 1.54960277767E-06 1.62709917602E-06 1.70847124021E-06
957
+ 1.79391279987E-06 1.88362737707E-06 1.97782867378E-06 2.07674107999E-06
958
+ 2.18060020835E-06 2.28965345552E-06 2.40416059157E-06 2.52439437890E-06
959
+ 2.65064122209E-06 2.78320185033E-06 2.92239203390E-06 3.06854333654E-06
960
+ 3.22200390551E-06 3.38313930107E-06 3.55233336758E-06 3.72998914812E-06
961
+ 3.91652984488E-06 4.11239982759E-06 4.31806569251E-06 4.53401737425E-06
962
+ 4.76076931342E-06 4.99886168250E-06 5.24886167329E-06 5.51136484861E-06
963
+ 5.78699656174E-06 6.07641344689E-06 6.38030498429E-06 6.69939514360E-06
964
+ 7.03444410959E-06 7.38625009423E-06 7.75565123946E-06 8.14352761530E-06
965
+ 8.55080331793E-06 8.97844867283E-06 9.42748254834E-06 9.89897478494E-06
966
+ 1.03940487463E-05 1.09138839980E-05 1.14597191208E-05 1.20328546638E-05
967
+ 1.26346562473E-05 1.32665578193E-05 1.39300650762E-05 1.46267590548E-05
968
+ 1.53582999042E-05 1.61264308467E-05 1.69329823372E-05 1.77798764316E-05
969
+ 1.86691313735E-05 1.96028664117E-05 2.05833068583E-05 2.16127894017E-05
970
+ 2.26937676855E-05 2.38288181670E-05 2.50206462702E-05 2.62720928481E-05
971
+ 2.75861409679E-05 2.89659230388E-05 3.04147282960E-05 3.19360106620E-05
972
+ 3.35333970021E-05 3.52106957949E-05 3.69719062390E-05 3.88212278171E-05
973
+ 4.07630703415E-05 4.28020645047E-05 4.49430729609E-05 4.71912019655E-05
974
+ 4.95518136007E-05 5.20305386168E-05 5.46332899204E-05 5.73662767429E-05
975
+ 6.02360195230E-05 6.32493655405E-05 6.64135053386E-05 6.97359899757E-05
976
+ 7.32247491488E-05 7.68881102324E-05 8.07348182807E-05 8.47740570413E-05
977
+ 8.90154710330E-05 9.34691887418E-05 9.81458469927E-05 1.03056616557E-04
978
+ 1.08213229061E-04 1.13628005257E-04 1.19313884740E-04 1.25284457165E-04
979
+ 1.31553995060E-04 1.38137488311E-04 1.45050680408E-04 1.52310106530E-04
980
+ 1.59933133590E-04 1.67938002321E-04 1.76343871519E-04 1.85170864554E-04
981
+ 1.94440118263E-04 2.04173834370E-04 2.14395333534E-04 2.25129112196E-04
982
+ 2.36400902352E-04 2.48237734413E-04 2.60668003332E-04 2.73721538138E-04
983
+ 2.87429675101E-04 3.01825334690E-04 3.16943102547E-04 3.32819314686E-04
984
+ 3.49492147159E-04 3.67001710407E-04 3.85390148583E-04 4.04701744101E-04
985
+ 4.24983027702E-04 4.46282894344E-04 4.68652725248E-04 4.92146516422E-04
986
+ 5.16821014060E-04 5.42735857162E-04 5.69953727828E-04 5.98540509626E-04
987
+ 6.28565454516E-04 6.60101358820E-04 6.93224748756E-04 7.28016076092E-04
988
+ 7.64559924522E-04 8.02945227380E-04 8.43265497372E-04 8.85619069044E-04
989
+ 9.30109354740E-04 9.76845114869E-04 1.02594074335E-03 1.07751656917E-03
990
+ 1.13169917500E-03 1.18862173402E-03 1.24842436598E-03 1.31125451379E-03
991
+ 1.37726734187E-03 1.44662615770E-03 1.51950285806E-03 1.59607840147E-03
992
+ 1.67654330865E-03 1.76109819278E-03 1.84995432153E-03 1.94333421301E-03
993
+ 2.04147226779E-03 2.14461543969E-03 2.25302394768E-03 2.36697203194E-03
994
+ 2.48674875696E-03 2.61265886511E-03 2.74502368415E-03 2.88418209242E-03
995
+ 3.03049154601E-03 3.18432917211E-03 3.34609293353E-03 3.51620286946E-03
996
+ 3.69510241804E-03 3.88325982678E-03 4.08116965747E-03 4.28935439236E-03
997
+ 4.50836614947E-03 4.73878851514E-03 4.98123850270E-03 5.23636864705E-03
998
+ 5.50486924530E-03 5.78747075495E-03 6.08494636183E-03 6.39811473071E-03
999
+ 6.72784295320E-03 7.07504970821E-03 7.44070865159E-03 7.82585205324E-03
1000
+ 8.23157470111E-03 8.65903809315E-03 9.10947494027E-03 9.58419400478E-03
1001
+ 1.00845853011E-02 1.06121256878E-02 1.11683848810E-02 1.17550319245E-02
1002
+ 1.23738421512E-02 1.30267046751E-02 1.37156304563E-02 1.44427609842E-02
1003
+ 1.52103776259E-02 1.60209116944E-02 1.68769552891E-02 1.77812729718E-02
1004
+ 1.87368143390E-02 1.97467275604E-02 2.08143739560E-02 2.19433436883E-02
1005
+ 2.31374726525E-02 2.44008606501E-02 2.57378909388E-02 2.71532512548E-02
1006
+ 2.86519564069E-02 3.02393725507E-02 3.19212432492E-02 3.37037174371E-02
1007
+ 3.55933794011E-02 3.75972808992E-02 3.97229755368E-02 4.19785555211E-02
1008
+ 4.43726909134E-02 4.69146714948E-02 4.96144513564E-02 5.24826963159E-02
1009
+ 5.55308342527E-02 5.87711084359E-02 6.22166339029E-02 6.58814569183E-02
1010
+ 6.97806175150E-02 7.39302150779E-02 7.83474768883E-02 8.30508294882E-02
1011
+ 8.80599726613E-02 9.33959557483E-02 9.90812559227E-02 1.05139857952E-01
1012
+ 1.11597334841E-01 1.18480928624E-01 1.25819630403E-01 1.33644258553E-01
1013
+ 1.41987533828E-01 1.50884149837E-01 1.60370837163E-01 1.70486419064E-01
1014
+ 1.81271856439E-01 1.92770279397E-01 2.05027002417E-01 2.18089519721E-01
1015
+ 2.32007477111E-01 2.46832616114E-01 2.62618685886E-01 2.79421317959E-01
1016
+ 2.97297858549E-01 3.16307152807E-01 3.36509275189E-01 3.57965199883E-01
1017
+ 3.80736405242E-01 4.04884406222E-01 4.30470209112E-01 4.57553683337E-01
1018
+ 4.86192845885E-01 5.16443054962E-01 5.48356110902E-01 5.81979264179E-01
1019
+ 6.17354132543E-01 6.54515532020E-01 6.93490229570E-01 7.34295628732E-01
1020
+ 7.76938403498E-01 8.21413099823E-01 8.67700728550E-01 9.15767377911E-01
1021
+ 9.65562877865E-01 1.01701955225E+00 1.07005109751E+00 1.12455162858E+00
1022
+ 1.18039493254E+00 1.23743396912E+00 1.29550065318E+00 1.35440594799E+00
1023
+ 1.41394028941E+00 1.47387434977E+00 1.53396013734E+00 1.59393241241E+00
1024
+ 1.65351038661E+00 1.71239965807E+00 1.77029432434E+00 1.82687920820E+00
1025
+ 1.88183213189E+00 1.93482618320E+00 1.98553193410E+00 2.03361959957E+00
1026
+ 2.07876115863E+00 2.12063250080E+00 2.15891570155E+00 2.19330156693E+00
1027
+ 2.22349260867E+00 2.24920661109E+00 2.27018091911E+00 2.28617750788E+00
1028
+ 2.29698878614E+00 2.30244394245E+00 2.30241547868E+00 2.29682541176E+00
1029
+ 2.28565049414E+00 2.26892574300E+00 2.24674561620E+00 2.21926235617E+00
1030
+ 2.18668134890E+00 2.14925378905E+00 2.10726743852E+00 2.06103670969E+00
1031
+ 2.01089356328E+00 1.95718064890E+00 1.90024762234E+00 1.84045056890E+00
1032
+ 1.77815291101E+00 1.71372489628E+00 1.64754040857E+00 1.57997321235E+00
1033
+ 1.51139361102E+00 1.44216512910E+00 1.37264140456E+00 1.30316330983E+00
1034
+ 1.23405633232E+00 1.16562823997E+00 1.09816705065E+00 1.03193931913E+00
1035
+ 9.67188750134E-01 9.04135140048E-01 8.42973645764E-01 7.83874373523E-01
1036
+ 7.26982276538E-01 6.72417346055E-01 6.20275076912E-01 5.70627185561E-01
1037
+ 5.23522555902E-01 4.78988386198E-01 4.37031508831E-01 3.97639853633E-01
1038
+ 3.60784025087E-01 3.26418963758E-01 2.94485662864E-01 2.64912911948E-01
1039
+ 2.37619041077E-01 2.12513640846E-01 1.89499235677E-01 1.68472890358E-01
1040
+ 1.49327732475E-01 1.31954376211E-01 1.16242235918E-01 1.02080720783E-01
1041
+ 8.93603047874E-02 7.79734688960E-02 6.78155149973E-02 5.87852534517E-02
1042
+ 5.07855681842E-02 4.37238650387E-02 3.75124105789E-02 3.20685696607E-02
1043
+ 2.73149509289E-02 2.31794699060E-02 1.95953395785E-02 1.65009983626E-02
1044
+ 1.38399850946E-02 1.15607702637E-02 9.61655214140E-03 7.96502578737E-03
1045
+ 6.56813217103E-03 5.39179387138E-03 4.40564303315E-03 3.58274648986E-03
1046
+ 2.89933223103E-03 2.33452070596E-03 1.87006382751E-03 1.49009397097E-03
1047
+ 1.18088475620E-03 9.30624953638E-04 7.29206462858E-04 5.68026971938E-04
1048
+ 4.39807610957E-04 3.38425659454E-04 2.58762150355E-04 1.96564028241E-04
1049
+ 1.48320364621E-04 1.11152004574E-04 8.27139159353E-05 6.11094325566E-05
1050
+ 4.48155257967E-05 3.26182020343E-05 2.35571073083E-05 1.68784215773E-05
1051
+ 1.19951427561E-05 8.45389254413E-06 5.90741981923E-06 4.09203058598E-06
1052
+ 2.80923365030E-06 1.91095589165E-06 1.28774791188E-06 8.59467869009E-07
1053
+ 5.67996653529E-07 3.71599762056E-07 2.40609137880E-07 1.54151096363E-07
1054
+ 9.76937682890E-08 6.12290966292E-08 3.79403712814E-08 2.32368322674E-08
1055
+ 1.40624047781E-08 8.40663182254E-09 4.96287467851E-09 2.89240494554E-09
1056
+ 1.66364835085E-09 9.44059087527E-10 5.28356316459E-10 2.91538445757E-10
1057
+ 1.58545253952E-10 8.49459127714E-11 4.48232030687E-11 2.32846475003E-11
1058
+ 1.19034771128E-11 5.98607454953E-12 2.96003479076E-12 1.43865189777E-12
1059
+ 6.86960905534E-13 3.22132215308E-13 1.48274246583E-13 6.69615250926E-14
1060
+ 2.96555848303E-14 1.28735238100E-14 5.47496059101E-15 2.27999726094E-15
1061
+ 9.29241503304E-16 3.70448739705E-16 1.44374117102E-16 5.49735262661E-17
1062
+ 2.04385428998E-17 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
1063
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
1064
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
1065
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
1066
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
1067
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
1068
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
1069
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
1070
+ 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00 0.00000000000E+00
1071
+ 0.00000000000E+00
1072
+ </PP_RHOATOM>
releases/diamond_hpro_deeph_v2/pseudos/README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Pseudopotentials
2
+
3
+ Carbon pseudopotentials used for the diamond QE/HPRO workflows.
releases/diamond_hpro_deeph_v2/splits/raman_test_validation_symlink_names.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ sc4_prim__frame_019_amp0.030
2
+ sc4_prim__frame_020_amp0.030
3
+ single_atom_fd__frame_017_a0_x2_s+1_amp0.050
4
+ single_atom_fd__frame_019_a0_x0_s+1_amp0.080
5
+ single_atom_fd__frame_023_a0_x2_s+1_amp0.080
6
+ strain_iso__frame_003_s-0.010
7
+ strain_iso__frame_016_s+0.010
8
+ strain_uni__frame_012_z_s+0.010
9
+ tier1_fine__frame_012_amp0.005
10
+ tier1_fine__frame_015_amp0.005
11
+ tier1_fine__frame_019_amp0.005
12
+ tier1_fine__frame_034_amp0.010
13
+ tier1_fine__frame_043_amp0.015
14
+ tier1_fine__frame_062_amp0.020
15
+ tier1_fine__frame_064_amp0.020
16
+ tier1_fine__frame_073_amp0.020
17
+ tier2_mid__frame_002_amp0.030
18
+ tier2_mid__frame_007_amp0.030
19
+ tier2_mid__frame_020_amp0.030
20
+ tier2_mid__frame_021_amp0.040
21
+ tier2_mid__frame_022_amp0.040
22
+ tier2_mid__frame_024_amp0.040
23
+ tier2_mid__frame_047_amp0.050
24
+ tier2_mid__frame_068_amp0.060
25
+ tier2_mid__frame_076_amp0.060
26
+ tier3_wide__frame_005_amp0.080
27
+ tier3_wide__frame_010_amp0.080
28
+ tier3_wide__frame_023_amp0.100
29
+ tier3_wide__frame_029_amp0.100
30
+ tier3_wide__frame_059_amp0.120
31
+ tier3_wide__frame_060_amp0.120
releases/diamond_hpro_deeph_v2/splits/raman_v3_all.txt ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data/raman_v3_308/equilibrium/conv
2
+ data/raman_v3_308/equilibrium/prim
3
+ data/raman_v3_308/sc4_prim/frame_001_amp0.010
4
+ data/raman_v3_308/sc4_prim/frame_002_amp0.010
5
+ data/raman_v3_308/sc4_prim/frame_003_amp0.010
6
+ data/raman_v3_308/sc4_prim/frame_004_amp0.010
7
+ data/raman_v3_308/sc4_prim/frame_005_amp0.010
8
+ data/raman_v3_308/sc4_prim/frame_006_amp0.010
9
+ data/raman_v3_308/sc4_prim/frame_007_amp0.010
10
+ data/raman_v3_308/sc4_prim/frame_008_amp0.010
11
+ data/raman_v3_308/sc4_prim/frame_009_amp0.010
12
+ data/raman_v3_308/sc4_prim/frame_010_amp0.010
13
+ data/raman_v3_308/sc4_prim/frame_011_amp0.030
14
+ data/raman_v3_308/sc4_prim/frame_012_amp0.030
15
+ data/raman_v3_308/sc4_prim/frame_013_amp0.030
16
+ data/raman_v3_308/sc4_prim/frame_014_amp0.030
17
+ data/raman_v3_308/sc4_prim/frame_015_amp0.030
18
+ data/raman_v3_308/sc4_prim/frame_016_amp0.030
19
+ data/raman_v3_308/sc4_prim/frame_017_amp0.030
20
+ data/raman_v3_308/sc4_prim/frame_018_amp0.030
21
+ data/raman_v3_308/sc4_prim/frame_019_amp0.030
22
+ data/raman_v3_308/sc4_prim/frame_020_amp0.030
23
+ data/raman_v3_308/sc4_prim/frame_021_amp0.050
24
+ data/raman_v3_308/sc4_prim/frame_022_amp0.050
25
+ data/raman_v3_308/sc4_prim/frame_023_amp0.050
26
+ data/raman_v3_308/sc4_prim/frame_024_amp0.050
27
+ data/raman_v3_308/sc4_prim/frame_025_amp0.050
28
+ data/raman_v3_308/sc4_prim/frame_026_amp0.050
29
+ data/raman_v3_308/sc4_prim/frame_027_amp0.050
30
+ data/raman_v3_308/sc4_prim/frame_028_amp0.050
31
+ data/raman_v3_308/sc4_prim/frame_029_amp0.050
32
+ data/raman_v3_308/sc4_prim/frame_030_amp0.050
33
+ data/raman_v3_308/single_atom_fd/frame_001_a0_x0_s+1_amp0.010
34
+ data/raman_v3_308/single_atom_fd/frame_002_a0_x0_s-1_amp0.010
35
+ data/raman_v3_308/single_atom_fd/frame_003_a0_x1_s+1_amp0.010
36
+ data/raman_v3_308/single_atom_fd/frame_004_a0_x1_s-1_amp0.010
37
+ data/raman_v3_308/single_atom_fd/frame_005_a0_x2_s+1_amp0.010
38
+ data/raman_v3_308/single_atom_fd/frame_006_a0_x2_s-1_amp0.010
39
+ data/raman_v3_308/single_atom_fd/frame_007_a0_x0_s+1_amp0.020
40
+ data/raman_v3_308/single_atom_fd/frame_008_a0_x0_s-1_amp0.020
41
+ data/raman_v3_308/single_atom_fd/frame_009_a0_x1_s+1_amp0.020
42
+ data/raman_v3_308/single_atom_fd/frame_010_a0_x1_s-1_amp0.020
43
+ data/raman_v3_308/single_atom_fd/frame_011_a0_x2_s+1_amp0.020
44
+ data/raman_v3_308/single_atom_fd/frame_012_a0_x2_s-1_amp0.020
45
+ data/raman_v3_308/single_atom_fd/frame_013_a0_x0_s+1_amp0.050
46
+ data/raman_v3_308/single_atom_fd/frame_014_a0_x0_s-1_amp0.050
47
+ data/raman_v3_308/single_atom_fd/frame_015_a0_x1_s+1_amp0.050
48
+ data/raman_v3_308/single_atom_fd/frame_016_a0_x1_s-1_amp0.050
49
+ data/raman_v3_308/single_atom_fd/frame_017_a0_x2_s+1_amp0.050
50
+ data/raman_v3_308/single_atom_fd/frame_018_a0_x2_s-1_amp0.050
51
+ data/raman_v3_308/single_atom_fd/frame_019_a0_x0_s+1_amp0.080
52
+ data/raman_v3_308/single_atom_fd/frame_020_a0_x0_s-1_amp0.080
53
+ data/raman_v3_308/single_atom_fd/frame_021_a0_x1_s+1_amp0.080
54
+ data/raman_v3_308/single_atom_fd/frame_022_a0_x1_s-1_amp0.080
55
+ data/raman_v3_308/single_atom_fd/frame_023_a0_x2_s+1_amp0.080
56
+ data/raman_v3_308/single_atom_fd/frame_024_a0_x2_s-1_amp0.080
57
+ data/raman_v3_308/strain_iso/frame_001_s-0.010
58
+ data/raman_v3_308/strain_iso/frame_002_s-0.010
59
+ data/raman_v3_308/strain_iso/frame_003_s-0.010
60
+ data/raman_v3_308/strain_iso/frame_004_s-0.010
61
+ data/raman_v3_308/strain_iso/frame_005_s-0.010
62
+ data/raman_v3_308/strain_iso/frame_006_s-0.005
63
+ data/raman_v3_308/strain_iso/frame_007_s-0.005
64
+ data/raman_v3_308/strain_iso/frame_008_s-0.005
65
+ data/raman_v3_308/strain_iso/frame_009_s-0.005
66
+ data/raman_v3_308/strain_iso/frame_010_s-0.005
67
+ data/raman_v3_308/strain_iso/frame_011_s+0.005
68
+ data/raman_v3_308/strain_iso/frame_012_s+0.005
69
+ data/raman_v3_308/strain_iso/frame_013_s+0.005
70
+ data/raman_v3_308/strain_iso/frame_014_s+0.005
71
+ data/raman_v3_308/strain_iso/frame_015_s+0.005
72
+ data/raman_v3_308/strain_iso/frame_016_s+0.010
73
+ data/raman_v3_308/strain_iso/frame_017_s+0.010
74
+ data/raman_v3_308/strain_iso/frame_018_s+0.010
75
+ data/raman_v3_308/strain_iso/frame_019_s+0.010
76
+ data/raman_v3_308/strain_iso/frame_020_s+0.010
77
+ data/raman_v3_308/strain_uni/frame_001_x_s-0.010
78
+ data/raman_v3_308/strain_uni/frame_002_y_s-0.010
79
+ data/raman_v3_308/strain_uni/frame_003_z_s-0.010
80
+ data/raman_v3_308/strain_uni/frame_004_x_s-0.005
81
+ data/raman_v3_308/strain_uni/frame_005_y_s-0.005
82
+ data/raman_v3_308/strain_uni/frame_006_z_s-0.005
83
+ data/raman_v3_308/strain_uni/frame_007_x_s+0.005
84
+ data/raman_v3_308/strain_uni/frame_008_y_s+0.005
85
+ data/raman_v3_308/strain_uni/frame_009_z_s+0.005
86
+ data/raman_v3_308/strain_uni/frame_010_x_s+0.010
87
+ data/raman_v3_308/strain_uni/frame_011_y_s+0.010
88
+ data/raman_v3_308/strain_uni/frame_012_z_s+0.010
89
+ data/raman_v3_308/tier1_fine/frame_001_amp0.005
90
+ data/raman_v3_308/tier1_fine/frame_002_amp0.005
91
+ data/raman_v3_308/tier1_fine/frame_003_amp0.005
92
+ data/raman_v3_308/tier1_fine/frame_004_amp0.005
93
+ data/raman_v3_308/tier1_fine/frame_005_amp0.005
94
+ data/raman_v3_308/tier1_fine/frame_006_amp0.005
95
+ data/raman_v3_308/tier1_fine/frame_007_amp0.005
96
+ data/raman_v3_308/tier1_fine/frame_008_amp0.005
97
+ data/raman_v3_308/tier1_fine/frame_009_amp0.005
98
+ data/raman_v3_308/tier1_fine/frame_010_amp0.005
99
+ data/raman_v3_308/tier1_fine/frame_011_amp0.005
100
+ data/raman_v3_308/tier1_fine/frame_012_amp0.005
101
+ data/raman_v3_308/tier1_fine/frame_013_amp0.005
102
+ data/raman_v3_308/tier1_fine/frame_014_amp0.005
103
+ data/raman_v3_308/tier1_fine/frame_015_amp0.005
104
+ data/raman_v3_308/tier1_fine/frame_016_amp0.005
105
+ data/raman_v3_308/tier1_fine/frame_017_amp0.005
106
+ data/raman_v3_308/tier1_fine/frame_018_amp0.005
107
+ data/raman_v3_308/tier1_fine/frame_019_amp0.005
108
+ data/raman_v3_308/tier1_fine/frame_020_amp0.005
109
+ data/raman_v3_308/tier1_fine/frame_021_amp0.010
110
+ data/raman_v3_308/tier1_fine/frame_022_amp0.010
111
+ data/raman_v3_308/tier1_fine/frame_023_amp0.010
112
+ data/raman_v3_308/tier1_fine/frame_024_amp0.010
113
+ data/raman_v3_308/tier1_fine/frame_025_amp0.010
114
+ data/raman_v3_308/tier1_fine/frame_026_amp0.010
115
+ data/raman_v3_308/tier1_fine/frame_027_amp0.010
116
+ data/raman_v3_308/tier1_fine/frame_028_amp0.010
117
+ data/raman_v3_308/tier1_fine/frame_029_amp0.010
118
+ data/raman_v3_308/tier1_fine/frame_030_amp0.010
119
+ data/raman_v3_308/tier1_fine/frame_031_amp0.010
120
+ data/raman_v3_308/tier1_fine/frame_032_amp0.010
121
+ data/raman_v3_308/tier1_fine/frame_033_amp0.010
122
+ data/raman_v3_308/tier1_fine/frame_034_amp0.010
123
+ data/raman_v3_308/tier1_fine/frame_035_amp0.010
124
+ data/raman_v3_308/tier1_fine/frame_036_amp0.010
125
+ data/raman_v3_308/tier1_fine/frame_037_amp0.010
126
+ data/raman_v3_308/tier1_fine/frame_038_amp0.010
127
+ data/raman_v3_308/tier1_fine/frame_039_amp0.010
128
+ data/raman_v3_308/tier1_fine/frame_040_amp0.010
129
+ data/raman_v3_308/tier1_fine/frame_041_amp0.015
130
+ data/raman_v3_308/tier1_fine/frame_042_amp0.015
131
+ data/raman_v3_308/tier1_fine/frame_043_amp0.015
132
+ data/raman_v3_308/tier1_fine/frame_044_amp0.015
133
+ data/raman_v3_308/tier1_fine/frame_045_amp0.015
134
+ data/raman_v3_308/tier1_fine/frame_046_amp0.015
135
+ data/raman_v3_308/tier1_fine/frame_047_amp0.015
136
+ data/raman_v3_308/tier1_fine/frame_048_amp0.015
137
+ data/raman_v3_308/tier1_fine/frame_049_amp0.015
138
+ data/raman_v3_308/tier1_fine/frame_050_amp0.015
139
+ data/raman_v3_308/tier1_fine/frame_051_amp0.015
140
+ data/raman_v3_308/tier1_fine/frame_052_amp0.015
141
+ data/raman_v3_308/tier1_fine/frame_053_amp0.015
142
+ data/raman_v3_308/tier1_fine/frame_054_amp0.015
143
+ data/raman_v3_308/tier1_fine/frame_055_amp0.015
144
+ data/raman_v3_308/tier1_fine/frame_056_amp0.015
145
+ data/raman_v3_308/tier1_fine/frame_057_amp0.015
146
+ data/raman_v3_308/tier1_fine/frame_058_amp0.015
147
+ data/raman_v3_308/tier1_fine/frame_059_amp0.015
148
+ data/raman_v3_308/tier1_fine/frame_060_amp0.015
149
+ data/raman_v3_308/tier1_fine/frame_061_amp0.020
150
+ data/raman_v3_308/tier1_fine/frame_062_amp0.020
151
+ data/raman_v3_308/tier1_fine/frame_063_amp0.020
152
+ data/raman_v3_308/tier1_fine/frame_064_amp0.020
153
+ data/raman_v3_308/tier1_fine/frame_065_amp0.020
154
+ data/raman_v3_308/tier1_fine/frame_066_amp0.020
155
+ data/raman_v3_308/tier1_fine/frame_067_amp0.020
156
+ data/raman_v3_308/tier1_fine/frame_068_amp0.020
157
+ data/raman_v3_308/tier1_fine/frame_069_amp0.020
158
+ data/raman_v3_308/tier1_fine/frame_070_amp0.020
159
+ data/raman_v3_308/tier1_fine/frame_071_amp0.020
160
+ data/raman_v3_308/tier1_fine/frame_072_amp0.020
161
+ data/raman_v3_308/tier1_fine/frame_073_amp0.020
162
+ data/raman_v3_308/tier1_fine/frame_074_amp0.020
163
+ data/raman_v3_308/tier1_fine/frame_075_amp0.020
164
+ data/raman_v3_308/tier1_fine/frame_076_amp0.020
165
+ data/raman_v3_308/tier1_fine/frame_077_amp0.020
166
+ data/raman_v3_308/tier1_fine/frame_078_amp0.020
167
+ data/raman_v3_308/tier1_fine/frame_079_amp0.020
168
+ data/raman_v3_308/tier1_fine/frame_080_amp0.020
169
+ data/raman_v3_308/tier2_mid/frame_001_amp0.030
170
+ data/raman_v3_308/tier2_mid/frame_002_amp0.030
171
+ data/raman_v3_308/tier2_mid/frame_003_amp0.030
172
+ data/raman_v3_308/tier2_mid/frame_004_amp0.030
173
+ data/raman_v3_308/tier2_mid/frame_005_amp0.030
174
+ data/raman_v3_308/tier2_mid/frame_006_amp0.030
175
+ data/raman_v3_308/tier2_mid/frame_007_amp0.030
176
+ data/raman_v3_308/tier2_mid/frame_008_amp0.030
177
+ data/raman_v3_308/tier2_mid/frame_009_amp0.030
178
+ data/raman_v3_308/tier2_mid/frame_010_amp0.030
179
+ data/raman_v3_308/tier2_mid/frame_011_amp0.030
180
+ data/raman_v3_308/tier2_mid/frame_012_amp0.030
181
+ data/raman_v3_308/tier2_mid/frame_013_amp0.030
182
+ data/raman_v3_308/tier2_mid/frame_014_amp0.030
183
+ data/raman_v3_308/tier2_mid/frame_015_amp0.030
184
+ data/raman_v3_308/tier2_mid/frame_016_amp0.030
185
+ data/raman_v3_308/tier2_mid/frame_017_amp0.030
186
+ data/raman_v3_308/tier2_mid/frame_018_amp0.030
187
+ data/raman_v3_308/tier2_mid/frame_019_amp0.030
188
+ data/raman_v3_308/tier2_mid/frame_020_amp0.030
189
+ data/raman_v3_308/tier2_mid/frame_021_amp0.040
190
+ data/raman_v3_308/tier2_mid/frame_022_amp0.040
191
+ data/raman_v3_308/tier2_mid/frame_023_amp0.040
192
+ data/raman_v3_308/tier2_mid/frame_024_amp0.040
193
+ data/raman_v3_308/tier2_mid/frame_025_amp0.040
194
+ data/raman_v3_308/tier2_mid/frame_026_amp0.040
195
+ data/raman_v3_308/tier2_mid/frame_027_amp0.040
196
+ data/raman_v3_308/tier2_mid/frame_028_amp0.040
197
+ data/raman_v3_308/tier2_mid/frame_029_amp0.040
198
+ data/raman_v3_308/tier2_mid/frame_030_amp0.040
199
+ data/raman_v3_308/tier2_mid/frame_031_amp0.040
200
+ data/raman_v3_308/tier2_mid/frame_032_amp0.040
201
+ data/raman_v3_308/tier2_mid/frame_033_amp0.040
202
+ data/raman_v3_308/tier2_mid/frame_034_amp0.040
203
+ data/raman_v3_308/tier2_mid/frame_035_amp0.040
204
+ data/raman_v3_308/tier2_mid/frame_036_amp0.040
205
+ data/raman_v3_308/tier2_mid/frame_037_amp0.040
206
+ data/raman_v3_308/tier2_mid/frame_038_amp0.040
207
+ data/raman_v3_308/tier2_mid/frame_039_amp0.040
208
+ data/raman_v3_308/tier2_mid/frame_040_amp0.040
209
+ data/raman_v3_308/tier2_mid/frame_041_amp0.050
210
+ data/raman_v3_308/tier2_mid/frame_042_amp0.050
211
+ data/raman_v3_308/tier2_mid/frame_043_amp0.050
212
+ data/raman_v3_308/tier2_mid/frame_044_amp0.050
213
+ data/raman_v3_308/tier2_mid/frame_045_amp0.050
214
+ data/raman_v3_308/tier2_mid/frame_046_amp0.050
215
+ data/raman_v3_308/tier2_mid/frame_047_amp0.050
216
+ data/raman_v3_308/tier2_mid/frame_048_amp0.050
217
+ data/raman_v3_308/tier2_mid/frame_049_amp0.050
218
+ data/raman_v3_308/tier2_mid/frame_050_amp0.050
219
+ data/raman_v3_308/tier2_mid/frame_051_amp0.050
220
+ data/raman_v3_308/tier2_mid/frame_052_amp0.050
221
+ data/raman_v3_308/tier2_mid/frame_053_amp0.050
222
+ data/raman_v3_308/tier2_mid/frame_054_amp0.050
223
+ data/raman_v3_308/tier2_mid/frame_055_amp0.050
224
+ data/raman_v3_308/tier2_mid/frame_056_amp0.050
225
+ data/raman_v3_308/tier2_mid/frame_057_amp0.050
226
+ data/raman_v3_308/tier2_mid/frame_058_amp0.050
227
+ data/raman_v3_308/tier2_mid/frame_059_amp0.050
228
+ data/raman_v3_308/tier2_mid/frame_060_amp0.050
229
+ data/raman_v3_308/tier2_mid/frame_061_amp0.060
230
+ data/raman_v3_308/tier2_mid/frame_062_amp0.060
231
+ data/raman_v3_308/tier2_mid/frame_063_amp0.060
232
+ data/raman_v3_308/tier2_mid/frame_064_amp0.060
233
+ data/raman_v3_308/tier2_mid/frame_065_amp0.060
234
+ data/raman_v3_308/tier2_mid/frame_066_amp0.060
235
+ data/raman_v3_308/tier2_mid/frame_067_amp0.060
236
+ data/raman_v3_308/tier2_mid/frame_068_amp0.060
237
+ data/raman_v3_308/tier2_mid/frame_069_amp0.060
238
+ data/raman_v3_308/tier2_mid/frame_070_amp0.060
239
+ data/raman_v3_308/tier2_mid/frame_071_amp0.060
240
+ data/raman_v3_308/tier2_mid/frame_072_amp0.060
241
+ data/raman_v3_308/tier2_mid/frame_073_amp0.060
242
+ data/raman_v3_308/tier2_mid/frame_074_amp0.060
243
+ data/raman_v3_308/tier2_mid/frame_075_amp0.060
244
+ data/raman_v3_308/tier2_mid/frame_076_amp0.060
245
+ data/raman_v3_308/tier2_mid/frame_077_amp0.060
246
+ data/raman_v3_308/tier2_mid/frame_078_amp0.060
247
+ data/raman_v3_308/tier2_mid/frame_079_amp0.060
248
+ data/raman_v3_308/tier2_mid/frame_080_amp0.060
249
+ data/raman_v3_308/tier3_wide/frame_001_amp0.080
250
+ data/raman_v3_308/tier3_wide/frame_002_amp0.080
251
+ data/raman_v3_308/tier3_wide/frame_003_amp0.080
252
+ data/raman_v3_308/tier3_wide/frame_004_amp0.080
253
+ data/raman_v3_308/tier3_wide/frame_005_amp0.080
254
+ data/raman_v3_308/tier3_wide/frame_006_amp0.080
255
+ data/raman_v3_308/tier3_wide/frame_007_amp0.080
256
+ data/raman_v3_308/tier3_wide/frame_008_amp0.080
257
+ data/raman_v3_308/tier3_wide/frame_009_amp0.080
258
+ data/raman_v3_308/tier3_wide/frame_010_amp0.080
259
+ data/raman_v3_308/tier3_wide/frame_011_amp0.080
260
+ data/raman_v3_308/tier3_wide/frame_012_amp0.080
261
+ data/raman_v3_308/tier3_wide/frame_013_amp0.080
262
+ data/raman_v3_308/tier3_wide/frame_014_amp0.080
263
+ data/raman_v3_308/tier3_wide/frame_015_amp0.080
264
+ data/raman_v3_308/tier3_wide/frame_016_amp0.080
265
+ data/raman_v3_308/tier3_wide/frame_017_amp0.080
266
+ data/raman_v3_308/tier3_wide/frame_018_amp0.080
267
+ data/raman_v3_308/tier3_wide/frame_019_amp0.080
268
+ data/raman_v3_308/tier3_wide/frame_020_amp0.080
269
+ data/raman_v3_308/tier3_wide/frame_021_amp0.100
270
+ data/raman_v3_308/tier3_wide/frame_022_amp0.100
271
+ data/raman_v3_308/tier3_wide/frame_023_amp0.100
272
+ data/raman_v3_308/tier3_wide/frame_024_amp0.100
273
+ data/raman_v3_308/tier3_wide/frame_025_amp0.100
274
+ data/raman_v3_308/tier3_wide/frame_026_amp0.100
275
+ data/raman_v3_308/tier3_wide/frame_027_amp0.100
276
+ data/raman_v3_308/tier3_wide/frame_028_amp0.100
277
+ data/raman_v3_308/tier3_wide/frame_029_amp0.100
278
+ data/raman_v3_308/tier3_wide/frame_030_amp0.100
279
+ data/raman_v3_308/tier3_wide/frame_031_amp0.100
280
+ data/raman_v3_308/tier3_wide/frame_032_amp0.100
281
+ data/raman_v3_308/tier3_wide/frame_033_amp0.100
282
+ data/raman_v3_308/tier3_wide/frame_034_amp0.100
283
+ data/raman_v3_308/tier3_wide/frame_035_amp0.100
284
+ data/raman_v3_308/tier3_wide/frame_036_amp0.100
285
+ data/raman_v3_308/tier3_wide/frame_037_amp0.100
286
+ data/raman_v3_308/tier3_wide/frame_038_amp0.100
287
+ data/raman_v3_308/tier3_wide/frame_039_amp0.100
288
+ data/raman_v3_308/tier3_wide/frame_040_amp0.100
289
+ data/raman_v3_308/tier3_wide/frame_041_amp0.120
290
+ data/raman_v3_308/tier3_wide/frame_042_amp0.120
291
+ data/raman_v3_308/tier3_wide/frame_043_amp0.120
292
+ data/raman_v3_308/tier3_wide/frame_044_amp0.120
293
+ data/raman_v3_308/tier3_wide/frame_045_amp0.120
294
+ data/raman_v3_308/tier3_wide/frame_046_amp0.120
295
+ data/raman_v3_308/tier3_wide/frame_047_amp0.120
296
+ data/raman_v3_308/tier3_wide/frame_048_amp0.120
297
+ data/raman_v3_308/tier3_wide/frame_049_amp0.120
298
+ data/raman_v3_308/tier3_wide/frame_050_amp0.120
299
+ data/raman_v3_308/tier3_wide/frame_051_amp0.120
300
+ data/raman_v3_308/tier3_wide/frame_052_amp0.120
301
+ data/raman_v3_308/tier3_wide/frame_053_amp0.120
302
+ data/raman_v3_308/tier3_wide/frame_054_amp0.120
303
+ data/raman_v3_308/tier3_wide/frame_055_amp0.120
304
+ data/raman_v3_308/tier3_wide/frame_056_amp0.120
305
+ data/raman_v3_308/tier3_wide/frame_057_amp0.120
306
+ data/raman_v3_308/tier3_wide/frame_058_amp0.120
307
+ data/raman_v3_308/tier3_wide/frame_059_amp0.120
308
+ data/raman_v3_308/tier3_wide/frame_060_amp0.120
releases/diamond_hpro_deeph_v2/splits/raman_v4a_symlink_names.txt ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ equilibrium__conv
2
+ equilibrium__prim
3
+ single_atom_fd__frame_001_a0_x0_s+1_amp0.010
4
+ single_atom_fd__frame_002_a0_x0_s-1_amp0.010
5
+ single_atom_fd__frame_003_a0_x1_s+1_amp0.010
6
+ single_atom_fd__frame_004_a0_x1_s-1_amp0.010
7
+ single_atom_fd__frame_005_a0_x2_s+1_amp0.010
8
+ single_atom_fd__frame_006_a0_x2_s-1_amp0.010
9
+ single_atom_fd__frame_007_a0_x0_s+1_amp0.020
10
+ single_atom_fd__frame_008_a0_x0_s-1_amp0.020
11
+ single_atom_fd__frame_009_a0_x1_s+1_amp0.020
12
+ single_atom_fd__frame_010_a0_x1_s-1_amp0.020
13
+ single_atom_fd__frame_011_a0_x2_s+1_amp0.020
14
+ single_atom_fd__frame_012_a0_x2_s-1_amp0.020
15
+ single_atom_fd__frame_013_a0_x0_s+1_amp0.050
16
+ single_atom_fd__frame_014_a0_x0_s-1_amp0.050
17
+ single_atom_fd__frame_015_a0_x1_s+1_amp0.050
18
+ single_atom_fd__frame_016_a0_x1_s-1_amp0.050
19
+ single_atom_fd__frame_017_a0_x2_s+1_amp0.050
20
+ single_atom_fd__frame_018_a0_x2_s-1_amp0.050
21
+ single_atom_fd__frame_019_a0_x0_s+1_amp0.080
22
+ single_atom_fd__frame_020_a0_x0_s-1_amp0.080
23
+ single_atom_fd__frame_021_a0_x1_s+1_amp0.080
24
+ single_atom_fd__frame_022_a0_x1_s-1_amp0.080
25
+ single_atom_fd__frame_023_a0_x2_s+1_amp0.080
26
+ single_atom_fd__frame_024_a0_x2_s-1_amp0.080
27
+ tier1_fine__frame_001_amp0.005
28
+ tier1_fine__frame_002_amp0.005
29
+ tier1_fine__frame_003_amp0.005
30
+ tier1_fine__frame_004_amp0.005
31
+ tier1_fine__frame_005_amp0.005
32
+ tier1_fine__frame_006_amp0.005
33
+ tier1_fine__frame_007_amp0.005
34
+ tier1_fine__frame_008_amp0.005
35
+ tier1_fine__frame_009_amp0.005
36
+ tier1_fine__frame_010_amp0.005
37
+ tier1_fine__frame_011_amp0.005
38
+ tier1_fine__frame_012_amp0.005
39
+ tier1_fine__frame_013_amp0.005
40
+ tier1_fine__frame_014_amp0.005
41
+ tier1_fine__frame_015_amp0.005
42
+ tier1_fine__frame_016_amp0.005
43
+ tier1_fine__frame_017_amp0.005
44
+ tier1_fine__frame_018_amp0.005
45
+ tier1_fine__frame_019_amp0.005
46
+ tier1_fine__frame_020_amp0.005
47
+ tier1_fine__frame_021_amp0.010
48
+ tier1_fine__frame_022_amp0.010
49
+ tier1_fine__frame_023_amp0.010
50
+ tier1_fine__frame_024_amp0.010
51
+ tier1_fine__frame_025_amp0.010
52
+ tier1_fine__frame_026_amp0.010
53
+ tier1_fine__frame_027_amp0.010
54
+ tier1_fine__frame_028_amp0.010
55
+ tier1_fine__frame_029_amp0.010
56
+ tier1_fine__frame_030_amp0.010
57
+ tier1_fine__frame_031_amp0.010
58
+ tier1_fine__frame_032_amp0.010
59
+ tier1_fine__frame_033_amp0.010
60
+ tier1_fine__frame_034_amp0.010
61
+ tier1_fine__frame_035_amp0.010
62
+ tier1_fine__frame_036_amp0.010
63
+ tier1_fine__frame_037_amp0.010
64
+ tier1_fine__frame_038_amp0.010
65
+ tier1_fine__frame_039_amp0.010
66
+ tier1_fine__frame_040_amp0.010
67
+ tier1_fine__frame_041_amp0.015
68
+ tier1_fine__frame_042_amp0.015
69
+ tier1_fine__frame_043_amp0.015
70
+ tier1_fine__frame_044_amp0.015
71
+ tier1_fine__frame_045_amp0.015
72
+ tier1_fine__frame_046_amp0.015
73
+ tier1_fine__frame_047_amp0.015
74
+ tier1_fine__frame_048_amp0.015
75
+ tier1_fine__frame_049_amp0.015
76
+ tier1_fine__frame_050_amp0.015
77
+ tier1_fine__frame_051_amp0.015
78
+ tier1_fine__frame_052_amp0.015
79
+ tier1_fine__frame_053_amp0.015
80
+ tier1_fine__frame_054_amp0.015
81
+ tier1_fine__frame_055_amp0.015
82
+ tier1_fine__frame_056_amp0.015
83
+ tier1_fine__frame_057_amp0.015
84
+ tier1_fine__frame_058_amp0.015
85
+ tier1_fine__frame_059_amp0.015
86
+ tier1_fine__frame_060_amp0.015
87
+ tier1_fine__frame_061_amp0.020
88
+ tier1_fine__frame_062_amp0.020
89
+ tier1_fine__frame_063_amp0.020
90
+ tier1_fine__frame_064_amp0.020
91
+ tier1_fine__frame_065_amp0.020
92
+ tier1_fine__frame_066_amp0.020
93
+ tier1_fine__frame_067_amp0.020
94
+ tier1_fine__frame_068_amp0.020
95
+ tier1_fine__frame_069_amp0.020
96
+ tier1_fine__frame_070_amp0.020
97
+ tier1_fine__frame_071_amp0.020
98
+ tier1_fine__frame_072_amp0.020
99
+ tier1_fine__frame_073_amp0.020
100
+ tier1_fine__frame_074_amp0.020
101
+ tier1_fine__frame_075_amp0.020
102
+ tier1_fine__frame_076_amp0.020
103
+ tier1_fine__frame_077_amp0.020
104
+ tier1_fine__frame_078_amp0.020
105
+ tier1_fine__frame_079_amp0.020
106
+ tier1_fine__frame_080_amp0.020
releases/diamond_hpro_deeph_v2/splits/raman_v4b_symlink_names.txt ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ equilibrium__conv
2
+ equilibrium__prim
3
+ single_atom_fd__frame_001_a0_x0_s+1_amp0.010
4
+ single_atom_fd__frame_002_a0_x0_s-1_amp0.010
5
+ single_atom_fd__frame_003_a0_x1_s+1_amp0.010
6
+ single_atom_fd__frame_004_a0_x1_s-1_amp0.010
7
+ single_atom_fd__frame_005_a0_x2_s+1_amp0.010
8
+ single_atom_fd__frame_006_a0_x2_s-1_amp0.010
9
+ single_atom_fd__frame_007_a0_x0_s+1_amp0.020
10
+ single_atom_fd__frame_008_a0_x0_s-1_amp0.020
11
+ single_atom_fd__frame_009_a0_x1_s+1_amp0.020
12
+ single_atom_fd__frame_010_a0_x1_s-1_amp0.020
13
+ single_atom_fd__frame_011_a0_x2_s+1_amp0.020
14
+ single_atom_fd__frame_012_a0_x2_s-1_amp0.020
15
+ single_atom_fd__frame_013_a0_x0_s+1_amp0.050
16
+ single_atom_fd__frame_014_a0_x0_s-1_amp0.050
17
+ single_atom_fd__frame_015_a0_x1_s+1_amp0.050
18
+ single_atom_fd__frame_016_a0_x1_s-1_amp0.050
19
+ single_atom_fd__frame_017_a0_x2_s+1_amp0.050
20
+ single_atom_fd__frame_018_a0_x2_s-1_amp0.050
21
+ single_atom_fd__frame_019_a0_x0_s+1_amp0.080
22
+ single_atom_fd__frame_020_a0_x0_s-1_amp0.080
23
+ single_atom_fd__frame_021_a0_x1_s+1_amp0.080
24
+ single_atom_fd__frame_022_a0_x1_s-1_amp0.080
25
+ single_atom_fd__frame_023_a0_x2_s+1_amp0.080
26
+ single_atom_fd__frame_024_a0_x2_s-1_amp0.080
27
+ tier1_fine__frame_001_amp0.005
28
+ tier1_fine__frame_002_amp0.005
29
+ tier1_fine__frame_003_amp0.005
30
+ tier1_fine__frame_004_amp0.005
31
+ tier1_fine__frame_005_amp0.005
32
+ tier1_fine__frame_006_amp0.005
33
+ tier1_fine__frame_007_amp0.005
34
+ tier1_fine__frame_008_amp0.005
35
+ tier1_fine__frame_009_amp0.005
36
+ tier1_fine__frame_010_amp0.005
37
+ tier1_fine__frame_011_amp0.005
38
+ tier1_fine__frame_012_amp0.005
39
+ tier1_fine__frame_013_amp0.005
40
+ tier1_fine__frame_014_amp0.005
41
+ tier1_fine__frame_015_amp0.005
42
+ tier1_fine__frame_016_amp0.005
43
+ tier1_fine__frame_017_amp0.005
44
+ tier1_fine__frame_018_amp0.005
45
+ tier1_fine__frame_019_amp0.005
46
+ tier1_fine__frame_020_amp0.005
47
+ tier1_fine__frame_021_amp0.010
48
+ tier1_fine__frame_022_amp0.010
49
+ tier1_fine__frame_023_amp0.010
50
+ tier1_fine__frame_024_amp0.010
51
+ tier1_fine__frame_025_amp0.010
52
+ tier1_fine__frame_026_amp0.010
53
+ tier1_fine__frame_027_amp0.010
54
+ tier1_fine__frame_028_amp0.010
55
+ tier1_fine__frame_029_amp0.010
56
+ tier1_fine__frame_030_amp0.010
57
+ tier1_fine__frame_031_amp0.010
58
+ tier1_fine__frame_032_amp0.010
59
+ tier1_fine__frame_033_amp0.010
60
+ tier1_fine__frame_034_amp0.010
61
+ tier1_fine__frame_035_amp0.010
62
+ tier1_fine__frame_036_amp0.010
63
+ tier1_fine__frame_037_amp0.010
64
+ tier1_fine__frame_038_amp0.010
65
+ tier1_fine__frame_039_amp0.010
66
+ tier1_fine__frame_040_amp0.010
67
+ tier1_fine__frame_041_amp0.015
68
+ tier1_fine__frame_042_amp0.015
69
+ tier1_fine__frame_043_amp0.015
70
+ tier1_fine__frame_044_amp0.015
71
+ tier1_fine__frame_045_amp0.015
72
+ tier1_fine__frame_046_amp0.015
73
+ tier1_fine__frame_047_amp0.015
74
+ tier1_fine__frame_048_amp0.015
75
+ tier1_fine__frame_049_amp0.015
76
+ tier1_fine__frame_050_amp0.015
77
+ tier1_fine__frame_051_amp0.015
78
+ tier1_fine__frame_052_amp0.015
79
+ tier1_fine__frame_053_amp0.015
80
+ tier1_fine__frame_054_amp0.015
81
+ tier1_fine__frame_055_amp0.015
82
+ tier1_fine__frame_056_amp0.015
83
+ tier1_fine__frame_057_amp0.015
84
+ tier1_fine__frame_058_amp0.015
85
+ tier1_fine__frame_059_amp0.015
86
+ tier1_fine__frame_060_amp0.015
87
+ tier1_fine__frame_061_amp0.020
88
+ tier1_fine__frame_062_amp0.020
89
+ tier1_fine__frame_063_amp0.020
90
+ tier1_fine__frame_064_amp0.020
91
+ tier1_fine__frame_065_amp0.020
92
+ tier1_fine__frame_066_amp0.020
93
+ tier1_fine__frame_067_amp0.020
94
+ tier1_fine__frame_068_amp0.020
95
+ tier1_fine__frame_069_amp0.020
96
+ tier1_fine__frame_070_amp0.020
97
+ tier1_fine__frame_071_amp0.020
98
+ tier1_fine__frame_072_amp0.020
99
+ tier1_fine__frame_073_amp0.020
100
+ tier1_fine__frame_074_amp0.020
101
+ tier1_fine__frame_075_amp0.020
102
+ tier1_fine__frame_076_amp0.020
103
+ tier1_fine__frame_077_amp0.020
104
+ tier1_fine__frame_078_amp0.020
105
+ tier1_fine__frame_079_amp0.020
106
+ tier1_fine__frame_080_amp0.020
107
+ tier2_mid__frame_001_amp0.030
108
+ tier2_mid__frame_002_amp0.030
109
+ tier2_mid__frame_003_amp0.030
110
+ tier2_mid__frame_004_amp0.030
111
+ tier2_mid__frame_005_amp0.030
112
+ tier2_mid__frame_006_amp0.030
113
+ tier2_mid__frame_007_amp0.030
114
+ tier2_mid__frame_008_amp0.030
115
+ tier2_mid__frame_009_amp0.030
116
+ tier2_mid__frame_010_amp0.030
117
+ tier2_mid__frame_011_amp0.030
118
+ tier2_mid__frame_012_amp0.030
119
+ tier2_mid__frame_013_amp0.030
120
+ tier2_mid__frame_014_amp0.030
121
+ tier2_mid__frame_015_amp0.030
122
+ tier2_mid__frame_016_amp0.030
123
+ tier2_mid__frame_017_amp0.030
124
+ tier2_mid__frame_018_amp0.030
125
+ tier2_mid__frame_019_amp0.030
126
+ tier2_mid__frame_020_amp0.030
127
+ tier2_mid__frame_021_amp0.040
128
+ tier2_mid__frame_022_amp0.040
129
+ tier2_mid__frame_023_amp0.040
130
+ tier2_mid__frame_024_amp0.040
131
+ tier2_mid__frame_025_amp0.040
132
+ tier2_mid__frame_026_amp0.040
133
+ tier2_mid__frame_027_amp0.040
134
+ tier2_mid__frame_028_amp0.040
135
+ tier2_mid__frame_029_amp0.040
136
+ tier2_mid__frame_030_amp0.040
137
+ tier2_mid__frame_031_amp0.040
138
+ tier2_mid__frame_032_amp0.040
139
+ tier2_mid__frame_033_amp0.040
140
+ tier2_mid__frame_034_amp0.040
141
+ tier2_mid__frame_035_amp0.040
142
+ tier2_mid__frame_036_amp0.040
143
+ tier2_mid__frame_037_amp0.040
144
+ tier2_mid__frame_038_amp0.040
145
+ tier2_mid__frame_039_amp0.040
146
+ tier2_mid__frame_040_amp0.040
147
+ tier2_mid__frame_041_amp0.050
148
+ tier2_mid__frame_042_amp0.050
149
+ tier2_mid__frame_043_amp0.050
150
+ tier2_mid__frame_044_amp0.050
151
+ tier2_mid__frame_045_amp0.050
152
+ tier2_mid__frame_046_amp0.050
153
+ tier2_mid__frame_047_amp0.050
154
+ tier2_mid__frame_048_amp0.050
155
+ tier2_mid__frame_049_amp0.050
156
+ tier2_mid__frame_050_amp0.050
157
+ tier2_mid__frame_051_amp0.050
158
+ tier2_mid__frame_052_amp0.050
159
+ tier2_mid__frame_053_amp0.050
160
+ tier2_mid__frame_054_amp0.050
161
+ tier2_mid__frame_055_amp0.050
162
+ tier2_mid__frame_056_amp0.050
163
+ tier2_mid__frame_057_amp0.050
164
+ tier2_mid__frame_058_amp0.050
165
+ tier2_mid__frame_059_amp0.050
166
+ tier2_mid__frame_060_amp0.050
167
+ tier2_mid__frame_061_amp0.060
168
+ tier2_mid__frame_062_amp0.060
169
+ tier2_mid__frame_063_amp0.060
170
+ tier2_mid__frame_064_amp0.060
171
+ tier2_mid__frame_065_amp0.060
172
+ tier2_mid__frame_066_amp0.060
173
+ tier2_mid__frame_067_amp0.060
174
+ tier2_mid__frame_068_amp0.060
175
+ tier2_mid__frame_069_amp0.060
176
+ tier2_mid__frame_070_amp0.060
177
+ tier2_mid__frame_071_amp0.060
178
+ tier2_mid__frame_072_amp0.060
179
+ tier2_mid__frame_073_amp0.060
180
+ tier2_mid__frame_074_amp0.060
181
+ tier2_mid__frame_075_amp0.060
182
+ tier2_mid__frame_076_amp0.060
183
+ tier2_mid__frame_077_amp0.060
184
+ tier2_mid__frame_078_amp0.060
185
+ tier2_mid__frame_079_amp0.060
186
+ tier2_mid__frame_080_amp0.060
releases/diamond_hpro_deeph_v2/splits/zg_a0_all.txt ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data/zg_train_a0/disp-01
2
+ data/zg_train_a0/disp-02
3
+ data/zg_train_a0/disp-03
4
+ data/zg_train_a0/disp-04
5
+ data/zg_train_a0/disp-05
6
+ data/zg_train_a0/disp-06
7
+ data/zg_train_a0/disp-07
8
+ data/zg_train_a0/disp-08
9
+ data/zg_train_a0/disp-09
10
+ data/zg_train_a0/disp-10
11
+ data/zg_train_a0/disp-11
12
+ data/zg_train_a0/disp-12
13
+ data/zg_train_a0/disp-13
14
+ data/zg_train_a0/disp-14
15
+ data/zg_train_a0/disp-15
16
+ data/zg_train_a0/disp-16
17
+ data/zg_train_a0/disp-17
18
+ data/zg_train_a0/disp-18
19
+ data/zg_train_a0/disp-19
20
+ data/zg_train_a0/disp-20
21
+ data/zg_train_a0/disp-21
22
+ data/zg_train_a0/disp-22
23
+ data/zg_train_a0/disp-23
24
+ data/zg_train_a0/disp-24
25
+ data/zg_train_a0/disp-25
26
+ data/zg_train_a0/disp-26
27
+ data/zg_train_a0/disp-27
28
+ data/zg_train_a0/disp-28
29
+ data/zg_train_a0/disp-29
30
+ data/zg_train_a0/disp-30
31
+ data/zg_train_a0/disp-31
32
+ data/zg_train_a0/disp-32
33
+ data/zg_train_a0/disp-33
34
+ data/zg_train_a0/disp-34
35
+ data/zg_train_a0/disp-35
36
+ data/zg_train_a0/disp-36
37
+ data/zg_train_a0/disp-37
38
+ data/zg_train_a0/disp-38
39
+ data/zg_train_a0/disp-39
40
+ data/zg_train_a0/disp-40
41
+ data/zg_train_a0/disp-41
42
+ data/zg_train_a0/disp-42
43
+ data/zg_train_a0/disp-43
44
+ data/zg_train_a0/disp-44
45
+ data/zg_train_a0/disp-45
46
+ data/zg_train_a0/disp-46
47
+ data/zg_train_a0/disp-47
48
+ data/zg_train_a0/disp-48
49
+ data/zg_train_a0/disp-49
50
+ data/zg_train_a0/disp-50
51
+ data/zg_train_a0/disp-51
52
+ data/zg_train_a0/disp-52
53
+ data/zg_train_a0/disp-53
54
+ data/zg_train_a0/disp-54
55
+ data/zg_train_a0/disp-55
56
+ data/zg_train_a0/disp-56
57
+ data/zg_train_a0/disp-57
58
+ data/zg_train_a0/disp-58
59
+ data/zg_train_a0/disp-59
60
+ data/zg_train_a0/disp-60
61
+ data/zg_train_a0/equilibrium
releases/diamond_hpro_deeph_v2/splits/zg_a1_clean_all.txt ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data/zg_train_a1_clean/disp-061
2
+ data/zg_train_a1_clean/disp-062
3
+ data/zg_train_a1_clean/disp-063
4
+ data/zg_train_a1_clean/disp-064
5
+ data/zg_train_a1_clean/disp-065
6
+ data/zg_train_a1_clean/disp-066
7
+ data/zg_train_a1_clean/disp-067
8
+ data/zg_train_a1_clean/disp-068
9
+ data/zg_train_a1_clean/disp-069
10
+ data/zg_train_a1_clean/disp-070
11
+ data/zg_train_a1_clean/disp-071
12
+ data/zg_train_a1_clean/disp-072
13
+ data/zg_train_a1_clean/disp-073
14
+ data/zg_train_a1_clean/disp-074
15
+ data/zg_train_a1_clean/disp-075
16
+ data/zg_train_a1_clean/disp-076
17
+ data/zg_train_a1_clean/disp-077
18
+ data/zg_train_a1_clean/disp-078
19
+ data/zg_train_a1_clean/disp-079
20
+ data/zg_train_a1_clean/disp-080
21
+ data/zg_train_a1_clean/disp-081
22
+ data/zg_train_a1_clean/disp-082
23
+ data/zg_train_a1_clean/disp-083
24
+ data/zg_train_a1_clean/disp-084
25
+ data/zg_train_a1_clean/disp-085
26
+ data/zg_train_a1_clean/disp-086
27
+ data/zg_train_a1_clean/disp-087
28
+ data/zg_train_a1_clean/disp-088
29
+ data/zg_train_a1_clean/disp-089
30
+ data/zg_train_a1_clean/disp-090
31
+ data/zg_train_a1_clean/disp-091
32
+ data/zg_train_a1_clean/disp-092
33
+ data/zg_train_a1_clean/disp-093
34
+ data/zg_train_a1_clean/disp-094
35
+ data/zg_train_a1_clean/disp-095
36
+ data/zg_train_a1_clean/disp-096
37
+ data/zg_train_a1_clean/disp-097
38
+ data/zg_train_a1_clean/disp-098
39
+ data/zg_train_a1_clean/disp-099
40
+ data/zg_train_a1_clean/disp-100
41
+ data/zg_train_a1_clean/disp-101
42
+ data/zg_train_a1_clean/disp-102
43
+ data/zg_train_a1_clean/disp-103
44
+ data/zg_train_a1_clean/disp-104
45
+ data/zg_train_a1_clean/disp-105
46
+ data/zg_train_a1_clean/disp-106
47
+ data/zg_train_a1_clean/disp-107
48
+ data/zg_train_a1_clean/disp-108
49
+ data/zg_train_a1_clean/disp-109
50
+ data/zg_train_a1_clean/disp-110
51
+ data/zg_train_a1_clean/disp-111
52
+ data/zg_train_a1_clean/disp-112
53
+ data/zg_train_a1_clean/disp-113
54
+ data/zg_train_a1_clean/disp-114
55
+ data/zg_train_a1_clean/disp-115
56
+ data/zg_train_a1_clean/disp-116
57
+ data/zg_train_a1_clean/disp-117
58
+ data/zg_train_a1_clean/disp-118
59
+ data/zg_train_a1_clean/disp-119
60
+ data/zg_train_a1_clean/disp-120
releases/diamond_hpro_deeph_v2/splits/zg_a2_zgline_all.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data/zg_train_a2_zgline/disp-121
2
+ data/zg_train_a2_zgline/disp-122
3
+ data/zg_train_a2_zgline/disp-123
4
+ data/zg_train_a2_zgline/disp-124
5
+ data/zg_train_a2_zgline/disp-125
6
+ data/zg_train_a2_zgline/disp-126
7
+ data/zg_train_a2_zgline/disp-127
8
+ data/zg_train_a2_zgline/disp-128
9
+ data/zg_train_a2_zgline/disp-129
10
+ data/zg_train_a2_zgline/disp-130
11
+ data/zg_train_a2_zgline/disp-131
12
+ data/zg_train_a2_zgline/disp-132
13
+ data/zg_train_a2_zgline/disp-133
14
+ data/zg_train_a2_zgline/disp-134
15
+ data/zg_train_a2_zgline/disp-135
16
+ data/zg_train_a2_zgline/disp-136
17
+ data/zg_train_a2_zgline/disp-137
18
+ data/zg_train_a2_zgline/disp-138
19
+ data/zg_train_a2_zgline/disp-139
20
+ data/zg_train_a2_zgline/disp-140
releases/diamond_hpro_deeph_v2/splits/zg_a7_physical_fd_all.txt ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data/zg_train_a7_physical_fd/disp-201
2
+ data/zg_train_a7_physical_fd/disp-202
3
+ data/zg_train_a7_physical_fd/disp-203
4
+ data/zg_train_a7_physical_fd/disp-204
5
+ data/zg_train_a7_physical_fd/disp-205
6
+ data/zg_train_a7_physical_fd/disp-206
7
+ data/zg_train_a7_physical_fd/disp-207
8
+ data/zg_train_a7_physical_fd/disp-208
9
+ data/zg_train_a7_physical_fd/disp-209
10
+ data/zg_train_a7_physical_fd/disp-210
11
+ data/zg_train_a7_physical_fd/disp-211
12
+ data/zg_train_a7_physical_fd/disp-212
13
+ data/zg_train_a7_physical_fd/disp-213
14
+ data/zg_train_a7_physical_fd/disp-214
15
+ data/zg_train_a7_physical_fd/disp-215
16
+ data/zg_train_a7_physical_fd/disp-216
17
+ data/zg_train_a7_physical_fd/disp-217
18
+ data/zg_train_a7_physical_fd/disp-218
19
+ data/zg_train_a7_physical_fd/disp-219
20
+ data/zg_train_a7_physical_fd/disp-220
21
+ data/zg_train_a7_physical_fd/disp-221
22
+ data/zg_train_a7_physical_fd/disp-222
23
+ data/zg_train_a7_physical_fd/disp-223
24
+ data/zg_train_a7_physical_fd/disp-224
25
+ data/zg_train_a7_physical_fd/disp-225
26
+ data/zg_train_a7_physical_fd/disp-226
27
+ data/zg_train_a7_physical_fd/disp-227
28
+ data/zg_train_a7_physical_fd/disp-228
29
+ data/zg_train_a7_physical_fd/disp-229
30
+ data/zg_train_a7_physical_fd/disp-230
31
+ data/zg_train_a7_physical_fd/disp-231
32
+ data/zg_train_a7_physical_fd/disp-232
33
+ data/zg_train_a7_physical_fd/disp-233
34
+ data/zg_train_a7_physical_fd/disp-234
35
+ data/zg_train_a7_physical_fd/disp-235
36
+ data/zg_train_a7_physical_fd/disp-236
37
+ data/zg_train_a7_physical_fd/disp-237
38
+ data/zg_train_a7_physical_fd/disp-238
39
+ data/zg_train_a7_physical_fd/disp-239
40
+ data/zg_train_a7_physical_fd/disp-240
41
+ data/zg_train_a7_physical_fd/disp-241
42
+ data/zg_train_a7_physical_fd/disp-242
43
+ data/zg_train_a7_physical_fd/disp-243
44
+ data/zg_train_a7_physical_fd/disp-244
45
+ data/zg_train_a7_physical_fd/disp-245
46
+ data/zg_train_a7_physical_fd/disp-246
47
+ data/zg_train_a7_physical_fd/disp-247
48
+ data/zg_train_a7_physical_fd/disp-248
49
+ data/zg_train_a7_physical_fd/disp-249
50
+ data/zg_train_a7_physical_fd/disp-250
51
+ data/zg_train_a7_physical_fd/disp-251
52
+ data/zg_train_a7_physical_fd/disp-252
53
+ data/zg_train_a7_physical_fd/disp-253
54
+ data/zg_train_a7_physical_fd/disp-254
55
+ data/zg_train_a7_physical_fd/disp-255
56
+ data/zg_train_a7_physical_fd/disp-256
57
+ data/zg_train_a7_physical_fd/disp-257
58
+ data/zg_train_a7_physical_fd/disp-258
59
+ data/zg_train_a7_physical_fd/disp-259
60
+ data/zg_train_a7_physical_fd/disp-260
61
+ data/zg_train_a7_physical_fd/disp-261
62
+ data/zg_train_a7_physical_fd/disp-262
63
+ data/zg_train_a7_physical_fd/disp-263
64
+ data/zg_train_a7_physical_fd/disp-264