Skip to content

Commit

Permalink
nix: add jax and jaxlib
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepforce committed Nov 25, 2024
1 parent 825c935 commit 1641592
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nix/pysisyphus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
, pyscf
, numba
, optuna
, jax
, jaxlib
# Runtime dependencies
, runtimeShell
, jmol
Expand Down Expand Up @@ -146,6 +148,8 @@ buildPythonPackage rec {
pyscf
numba
optuna
jax
jaxlib
] # Syscalls
++ lib.optional enableXtb xtb
++ lib.optional enableTblite tblite
Expand Down Expand Up @@ -193,7 +197,6 @@ buildPythonPackage rec {
"test_ci_opt[RFOptimizer-opt_kwargs1--78.2487951]" # Broken as of PySCF >= 2.3 as a DFT functional definition was changed
"test_composite_oniom[lib:subst_effect/toluene_minus_H_b3lypG_631g.xyz-2-high_inds1--270.824806805671]" # Slight numerical deviations
"test_spectrum_ctnum"
"test_constrain_h2o_ofix"
];
in
[
Expand Down

0 comments on commit 1641592

Please sign in to comment.