Skip to main content

Simphony: A Simulator for Photonic circuits

Project description

Simphony

A Simulator for Photonic circuits

Text

Authors: Sequoia Ploeg, Hyrum Gunther

Developed by CamachoLab at Brigham Young University.

About this branch

Previous development branches required the component models (from which instances are created) to be instantiated first. This attempt tries to keep them as simple classes, removing the requirement to instantiate. It also tries to keep the s-parameters with the classes, without so many file i/o and parsing algorithms.

Description

This package is still under development. It initially began as an extension to SiEPIC-Tools, but was ported here once it became large enough to be considered its own stand-alone project. There is a repository forked from lukasc-ubc/SiEPIC-Tools, SiEPIC-Tools, that integrates Simphony with SiEPIC-Tools and KLayout in order to perform photonic circuit simulations using a layout-driven design methodology.

Simphony can be installed via pip using Python 3:

pip install simphony

Please note that Python 2 is not supported. With the looming deprecation of Python 2 (January 1, 2020), no future compatability is planned.

Documentation

Documentation is built on Sphinx. They can be built using the default files by navigating to the docs directory and running:

make html

The docs are written in reST. There is a nice syntax guide with guidelines that we follow in the documentation here. The majority of the documentation is generated from python docstrings written using the NumPy documentation format.

Changelogs can be found in docs/changelog/. There is a changelog file for each released version of the software.

Tests

Simphony uses the pytest testing framework. To run all tests, simply execute

pytest

from the toplevel directory.

Developers

This package is available on PyPI and updates are regularly pushed as "minor" or "micro" (patch) versions. Before submitting any pull requests, however, you should ensure that a pip installation of your updated package installs and functions properly. To test this, try installing your package locally by removing all installed versions of Simphony (by running pip uninstall simphony repeatedly until no installations remain) and running the following commands (from Simphony's toplevel directory):

python3 setup.py sdist bdist_wheel
pip install dist/simphony-[VERSION].tar.gz

Contributing

All contributions and new features or bug fixes should be worked on in forks or branches of the repository. Issues should be opened, and pull requests should reference and close those issues. This is good versioning and documentation practice.

Maintainers

Remember that all changes are to be integrated through pull requests. Development work should be done in branches or forks of the repository. Once implemented (and tested on their own), these pull requests should be merged into the "master" branch for full testing with the whole program. Each time the package is released on PyPI, the package should have a pull request opened to its corresponding release branch (release-MAJOR.MINOR.x). The hierarchy is then as follows:

  • release-..x (stable branch)
  • master (integration and final testing)
  • feature-name (feature development and bug fixes)

Even if you are the lone developer, we follow the methodology here.

Be sure to update the version number manually before pushing each new version to PyPI. Also be sure to amend the changelog. Versions can be pushed to PyPI using the commands:

python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

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

simphony-0.2.0.tar.gz (144.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simphony-0.2.0-py3-none-any.whl (150.3 kB view details)

Uploaded Python 3

File details

Details for the file simphony-0.2.0.tar.gz.

File metadata

  • Download URL: simphony-0.2.0.tar.gz
  • Upload date:
  • Size: 144.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8

File hashes

Hashes for simphony-0.2.0.tar.gz
Algorithm Hash digest
SHA256 d41d6b380fa315f531c6073ec182201d71b89f69075b01c1639c637d7786cea5
MD5 49cb29eac8c37d6cf807999aecefc08c
BLAKE2b-256 eecc95de95326978cea968cffdc21bb8e2c42994191a9e36417fbaaa1635c541

See more details on using hashes here.

File details

Details for the file simphony-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: simphony-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 150.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8

File hashes

Hashes for simphony-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 737f05d2d6c45abffccb3ad255a562672e9473b3106084c4e95c3295db506c79
MD5 ff22947313e1860795c60d12b977b853
BLAKE2b-256 5a3f1a703e7071c3bdb26e23686593cc6e44dbc74b007fc6983a3470c5057480

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page