Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argmaster/pywavefunction
Python implementation of Numerov-Cooley Method for solving 1-D Schrödinger Equations.
https://github.com/argmaster/pywavefunction
Last synced: 26 days ago
JSON representation
Python implementation of Numerov-Cooley Method for solving 1-D Schrödinger Equations.
- Host: GitHub
- URL: https://github.com/argmaster/pywavefunction
- Owner: Argmaster
- License: other
- Created: 2024-04-21T21:19:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T21:50:46.000Z (7 months ago)
- Last Synced: 2024-04-22T01:55:40.146Z (7 months ago)
- Language: Python
- Homepage:
- Size: 571 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
PyWaveFunction
PyWaveFunction is a Python implementation of Numerov-Cooley Method for solving 1-D
Schrödinger Equations.## Installation
PyWaveFunction can be installed with `pip` from PyPI:
```
pip install pywavefunction
```Alternatively, it is also possible to install it directly from repository:
```
pip install git+https://github.com/Argmaster/pywavefunction
```## Command line usage
After installing `PyWaveFunction`, depending on your environment, it should become
available in your command line:```bash
pywavefunction --version
```Output should be similar to one below **⇩**, where `x.y.z` should match version of
Pywavefunction installed.```
$ pywavefunction --version
pywavefunction, version x.y.z
```## Documentation
Official documentations is hosted on Github Pages and can be found
[here](https://argmaster.github.io/pywavefunction/latest).## Development
For development guidelines please visit documentation `Development` section
[here](https://argmaster.github.io/pywavefunction/latest).