-
-
Notifications
You must be signed in to change notification settings - Fork 60
Home
Nick R. Papior edited this page Jul 31, 2020
·
15 revisions
sisl provides an easy to use geometry tool which accommodates several features used in the electronic structure and molecular dynamics community.
It can be used as a pure command line utility providing manipulation routines, or used as a Python module for greater flexibility.
sisl is licensed under LGPL. Please respect the license format.
sisl enables installation using the faster methods of PyPi and Conda:
pypi install sisl
conda install -c zerothi sisl
Before installation sisl requires these packages already present
in the PYTHONPATH
:
Once the above packages are available to Python you can initiate the installation by:
python setup.py install --prefix=<prefix>
Note that sisl is only >=3.6 compliant.
Any form of contribution will be highly appreciable.
If you want to contribute please follow the standard github way:
- Reporting issues
- Creating pull requests
- Any documentation that might help the usage of sisl