A Python version of Oculus - The eye into the chaos: a comprehensive magnetic field diagnostic package for non-integrable, toroidal magnetic fields
Project description
pyoculus
A Python version of Oculus - The eye into the chaos: a comprehensive magnetic field diagnostic package for non-integrable, toroidal magnetic fields (and more general 1 1/2-D or 2D Hamiltonian system). Oculus is the Latin word for 'eye'.
Installation
You can obtain the package from PYPI by
pip3 install pyoculus
or
pip3 install --user pyoculus
Alternatively, you can clone this repository. In this case, additional steps are needed to compile the FORTRAN interfaces for SPEC magnetic field and PJH. See below.
Usage
To use the package, simply import it in Python:
import pyoculus
Examples can be found in the examples
subfolder.
Documentation
The documentation of pyoculus is managed by Doxygen.
You can find the documentation on Github Page: https://zhisong.github.io/pyoculus/
This documentation will be updated regularly but may not be most up-to-date. To generate the documentation from source, please run
make doxygen
The documentation will appear in the subfolder doc/html
. Please open doc/html/index.html
in your browser.
SPEC magnetic field and Pressure Jump Hamiltonian (PJH)
Some additional steps are needed to run pyoculus on outputs generated by the Stepped Pressure Equilibrium Code or SPEC.
Pre-requisite
You will need the py_spec
package to read a SPEC output file and give it to pyoculus. However, py_spec
is not a requirement for pyoculus. Link to py_spec
Compilation
If you are not obtaining the package via PYPI, to use the pyoculus on SPEC magnetic field and PJH, please compile the Fortran modules for SPEC by
pip3 install -e .
Alternatively, you can manually compile *.f90
in pyoculus/problems/SPECfortran
using f2py
to generate a module pyoculus_spec_fortran_module
. This is not recommended.
Documentation for f2py
can be found here.
Developers
- Zhisong Qu (zhisong.qu@anu.edu.au)
- Arunav Kumar (arunav.kumar@anu.edu.au)
- Stuart Hudson (shudson@pppl.gov)
Link to the original Oculus package:
Github: https://github.com/SRHudson/Oculus
Documentation: https://w3.pppl.gov/~shudson/Oculus/oculus.pdf
Project details
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 pyoculus-0.1.1.tar.gz
.
File metadata
- Download URL: pyoculus-0.1.1.tar.gz
- Upload date:
- Size: 30.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 897d32f4b8a932baa7f81fc82e148e5abc25ebfa3b1bf8eb57cf57ea3535efd7 |
|
MD5 | 638dd6817a6e4b78deb53397258dba17 |
|
BLAKE2b-256 | 04f769b40893472ec3cf6175481a0bb2e049e4d6326be0fa45db8712cc69207b |
File details
Details for the file pyoculus-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyoculus-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 163.4 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e685835926096f3b93dcaa691d61b4a55e444741ddcfa54393e1feee6b5ca92 |
|
MD5 | ea6208fd6d12e1b0565c14a58594fcf3 |
|
BLAKE2b-256 | a801f1a0e25206060fcdbe5ccd7b43eed469909cf51d310bc3f08e1ba1f364c9 |