File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 11# pyabacus: a Python interface for the ABACUS package
2- ==================================================
32
43` pyabacus ` is a Python interface for the ABACUS package, which provides a high-level Python API for interacting with the ` ABACUS ` library.
54
@@ -22,14 +21,12 @@ Now, `pyabacus` provides the following modules:
2221<!-- tocstop -->
2322
2423## Installation
25- ------------
2624
2725- Create and activate a new conda env, e.g. ` conda create -n myenv python=3.8 & conda activate myenv ` .
2826- Clone ABACUS main repository and ` cd abacus-develop/python/pyabacus ` .
2927- Build pyabacus by ` pip install -v . ` or install test dependencies & build pyabacus by ` pip install .[test] ` . (Use ` pip install -v .[test] -i https://pypi.tuna.tsinghua.edu.cn/simple ` to accelerate installation process.)
3028
3129## CI Examples
32- -----------
3330
3431There are examples for CI in ` .github/workflows ` . A simple way to produces
3532binary "wheels" for all platforms is illustrated in the "wheels.yml" file,
@@ -88,14 +85,12 @@ eigenvalues difference:
8885```
8986
9087## License
91- -------
9288
9389pybind11 is provided under a BSD-style license that can be found in the LICENSE
9490file. By using, distributing, or contributing to this project, you agree to the
9591terms and conditions of this license.
9692
9793## Test call
98- ---------
9994
10095``` python
10196import pyabacus as m
You can’t perform that action at this time.
0 commit comments