SIMPyON (SIMION with Python) is a Python library to build SIMION geometries and optimize voltages. It was developed during the design and development of a PhotoIon-PhotoElectron coincidence spectrometer.
SIMPyON can be decomposed into:
- A set of commands to easily build a geometry file from scratch which can then be converted into a PA file for SIMION
- A launcher for SIMION simulations with an optimization class to find the optimal voltages according to the desired output
Install SIMPyON from PyPI:
pip install SIMPyONfrom SIMPyON import geometry
# Your code hereFull documentation is available in the docs/ directory.
Contributions are welcome! Please feel free to submit a Pull Request.
Published under the MIT License. See LICENSE file for details.
- GitHub repository: https://github.com/Ashwolaa/SIMPyON
- PyPI package: https://pypi.org/project/SIMPyON/