Skip to content

Simphony 0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 22:28

0.7.0 - 2024-01-06

This is a refactor of simphony that uses SAX
as the s-parameter solver backend.

Added

  • Quantum simulations tools for simphony. The main advantage here is the use of
    classical s-parameter models for quantum simulations.

Changed

  • The s-parameter solver backend is now SAX.
  • Simphony inherits the ability to run simulations on GPU's using
    JAX. This means that simphony code
    now uses jax.numpy in place of numpy.
  • SiPANN wrappers are now built into simphony, instead of into SiPANN. In order
    to use them, you must still install SiPANN.

Removed

  • The majority of the package has been reimplemented or reorganized or made to
    depend on other packages. This means that the majority of the code has been
    removed, and this version of simphony is not compatible with previous
    releases.