Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



PyWaveFunction


GitHub release
GitHub Release Date - Published_At
PyPI release
PyPI Downloads
Supported Python versions
Supported Python implementations
license_mit
coverage
GitHub tag checks state
Pull requests
Open issues
GitHub repo size
GitHub code size in bytes
GitHub Repo stars
Poetry
Code Style

PyWaveFunction is a Python implementation of Numerov-Cooley Method for solving 1-D
Schrödinger Equations.

📚 See online documentation 📚

## 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).