Skip to content

Commit

Permalink
new beta
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakoff committed Jun 13, 2024
1 parent 0ff8ef2 commit 62c2265
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ tests/test_data/caratheodory/Dirac*
tests/test_data/caratheodory/ShiftDiracCarath
tests/test_data/caratheodory/SigmaNevan
tests/test_data/caratheodory/*_test
tests/Projection**
tests/dimensions.txt

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,22 @@ packages = ["green_mbtools", "green_mbtools.mint", "green_mbtools.pesto", "mbana

[project]
name = "green-mbtools"
version = "0.2.4b2"
version = "0.2.4b3"
authors = [
{ name="Sergei Iskakov", email="[email protected]" },
{ name="Chia-Nan Yeh", email="[email protected]" },
{ name="Gaurav Harsha", email="[email protected]" },
{ name="Sergei Iskakov", email="[email protected]" },
{ name="Vibin Abraham", email="[email protected]" },
{ name="Pavel Pokhilko", email="[email protected]" },
]

maintainers = [
{ name="Sergei Iskakov", email="[email protected]" },
{ name="Gaurav Harsha", email="[email protected]" },
{ name="Vibin Abraham", email="[email protected]" },
{ name="Pavel Pokhilko", email="[email protected]" }
]

dependencies = ["numpy", "ase", "spglib", "numba", "pyscf", "scipy", "h5py",
"irbasis", "baryrat", "cvxpy", # Solvers for CVXPY
"clarabel", "mosek"]
Expand Down

0 comments on commit 62c2265

Please sign in to comment.