Skip to content
Open
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7968da8
tables description for elements data
enjyashraf18 Jun 14, 2025
4d06543
filter data and creating tables
enjyashraf18 Jun 15, 2025
e4bf935
migration script for elements_data
enjyashraf18 Jun 15, 2025
0645745
data_info migration
enjyashraf18 Jun 15, 2025
df637af
replace pd by the CSV module / renaming
enjyashraf18 Jun 17, 2025
1bc44ff
fix chopped cols value / pythonic naming
enjyashraf18 Jun 17, 2025
60fe63f
migration script documentation
enjyashraf18 Jun 17, 2025
a4cf3ec
migration script documentation
enjyashraf18 Jun 17, 2025
9f9d35a
fix data_info empty cols issue
enjyashraf18 Jun 17, 2025
02b1ad7
Track HDF5 files with Git LFS
enjyashraf18 Jun 18, 2025
bf3e715
add elements_data HDF5 file
enjyashraf18 Jun 18, 2025
b7bb79e
migration script modifications
enjyashraf18 Jun 21, 2025
e6db81e
refactoring species (scalar)
enjyashraf18 Jun 24, 2025
d71480c
finalizing migration of periodic data
enjyashraf18 Jun 26, 2025
df82230
np / pytables version mismatch
enjyashraf18 Jun 26, 2025
0d78b49
data converted to atomic units / change value type in scalar
enjyashraf18 Jul 5, 2025
9b71f9b
create Slater Definition Class for run function
enjyashraf18 Jul 6, 2025
75ec145
create datasets data script
enjyashraf18 Jul 6, 2025
e3d092f
hdf5 creator for slater dataset
enjyashraf18 Jul 7, 2025
f72034b
remove speciesData / update dump method
enjyashraf18 Jul 8, 2025
fa3441c
refactor load / datafile methods
enjyashraf18 Jul 14, 2025
762f2b5
handle wildcard case while loading the element
enjyashraf18 Jul 15, 2025
9be8ea9
remove old periodic dependency
enjyashraf18 Jul 21, 2025
8841c63
add nbasis, use NPOINTS, add docstrings
enjyashraf18 Jul 28, 2025
ba26664
update CI and packaging configs
enjyashraf18 Jul 28, 2025
49b65ef
Improving hdf5 file querying
enjyashraf18 Aug 5, 2025
eb2fb57
add gbasis
enjyashraf18 Aug 6, 2025
192c4b7
converting Slater dataset files from msgpack to HDF5 format
enjyashraf18 Aug 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.h5 filter=lfs diff=lfs merge=lfs -text
9 changes: 7 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
# windows-latest is not supported because pyscf is not supported on windows
# https://pyscf.org/user/install.html
os: ["ubuntu-latest", "macos-latest"]
py: ["3.9", "3.10", "3.11", "3.12"]
py: ["3.10", "3.11", "3.12"]

steps:
- uses: "actions/checkout@v4"
# Whether to download Git-LFS files
with:
lfs: true

- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v5
Expand All @@ -30,13 +33,14 @@ jobs:

- name: Install development version
run: |
pip install -v .
pip install -e .

- name: Install extra test dependencies
run: |
pip install --upgrade pip
pip install .[test_extra]


- name: Run pytest default tests
uses: pavelzw/pytest-action@v2
with:
Expand All @@ -59,3 +63,4 @@ jobs:
click-to-expand: true
report-title: 'Dev Test Report'
pytest-args: '-m dev'

Binary file modified atomdb/data/database_beta_1.3.0.h5
Binary file not shown.
3 changes: 3 additions & 0 deletions atomdb/data/elements_data.h5
Git LFS file not shown
3 changes: 3 additions & 0 deletions atomdb/datasets/datasets_data.h5
Git LFS file not shown
Loading
Loading