Computational Photonics in Python
Project description
GYPTIS
Computational Photonics in Python
Gyptis is a package to solve Maxwell’s equations with the finite element method. It is in early stage and currently being actively developed, so features might come and go.
Installation
Conda
The easiest way is using conda. We provide an environment.yml file with all the dependencies. First create the environment:
conda env create -f environment.yml
and then activate it with
conda activate gyptis
A conda-forge package is being developed and should be available soon.
Pipy
The package is available on pipy. To install, use:
pip install gyptis
Docker
Prebuilt container images are available at DockerHub
On quick way of testing is getting the installation script
curl -s https://gyptis.gitlab.io/get | bash
Or you can pull the docker image
docker pull gyptis/gyptis:latest
To run the image, use
docker run -it gyptis/gyptis:latest
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MIT, see LICENSE.txt.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gyptis-0.2.2.tar.gz
.
File metadata
- Download URL: gyptis-0.2.2.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.9.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d927c6a69bb94a711b00046e423fdb40eed7c96bdcc6d6fd39ba468e0a10e05 |
|
MD5 | 85a61658697c95c1a5fbd065908e28b8 |
|
BLAKE2b-256 | 8f15360581f54b3e6eeff8c7f0bf96df7a5818e1aba55f5d8151de416f2ccac6 |
File details
Details for the file gyptis-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: gyptis-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 45.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.9.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdbe793ada2bb3ff6994d862692c6cd1456f5e9e3f47f6ce564bcf664ef4260d |
|
MD5 | 321bf3eaf60c9b74b4f897b0f50c12a9 |
|
BLAKE2b-256 | 208438ade7735573147f84f7538b042a4a043114e2dea92711f6cfc3c6eda5d5 |