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: about 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T00:53:08.000Z (11 months ago)
- Last Synced: 2025-01-19T11:30:41.305Z (10 months ago)
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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).