Skip to content

Commit

Permalink
Merge branch 'master' into hess_nuc_elec
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 authored Feb 15, 2024
2 parents ebdf406 + 55b7d7b commit ce3613c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export PYTHONPATH="${PYTHONPATH}:/your-local-path/gpu4pyscf"
```
Then install cutensor for acceleration
```sh
python -m cupyx.tools.install_library --cuda 11.x --library cutensor
pip3 install cutensor-cu11
```

Features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def initialize_with_default_plat_name(self):
cmdclass={'build_py': CMakeBuildPy},
install_requires=[
'pyscf>=2.5.0',
f'cupy-cuda{CUDA_VERSION}>=12.3',
f'cupy-cuda{CUDA_VERSION}>=13.0',
'geometric',
f'gpu4pyscf-libxc-cuda{CUDA_VERSION}',
]
Expand Down

0 comments on commit ce3613c

Please sign in to comment.