#
quantum-optics
Here are 47 public repositories matching this topic...
josh146
commented
Apr 19, 2021
Currently, the Bosonic backend does not support the MeasureFock and MeasureThreshold measurement operations. It would be great to add support for these two operations to the Bosonic backend.
This would entail writing functions to calculate the different probabilities up to a given cutoff, using numpy to sample from this distribution and writing update rules for updating the post measurement
Library for the numerical simulation of closed as well as open quantum systems.
-
Updated
Jul 19, 2021 - Julia
GDSHelpers is an open-source package for automatized pattern generation for nano-structuring.
python
electronics
lithography
oasis
integrated-circuits
quantum-optics
photonics
microfabrication
gdsii
nanofabrication
superconductors
waveguides
snspd
-
Updated
Jun 15, 2021 - Python
Blackbird is a quantum assembly language for continuous-variable quantum computation, that can be used to program Xanadu's quantum photonics hardware and Strawberry Fields simulator.
parser
quantum
quantum-computing
antlr4
quantum-programming-language
quantum-algorithms
quantum-optics
-
Updated
Jun 17, 2021 - C++
Object-oriented Python library for computation of properties of highly-excited Rydbeg states of alkali and divalent atoms.
quantum-simulator
alkali-atoms
rydberg
quantum-optics
atomic-physics
stark-effect
rydberg-states
electrometry
atomic-sensors
alkaline-earths
divalent-atoms
-
Updated
Jun 30, 2021 - Python
a simple tool for simulating trapped ion systems
-
Updated
Apr 23, 2021 - Julia
Neural-Network representation of Quantum Systems
machine-learning
neural-network
quantum
quantum-optics
quantum-monte-carlo
quantum-state
steady-states
-
Updated
Apr 29, 2020 - Julia
Generalized mean-field equations in open quantum systems
-
Updated
Jul 21, 2021 - Julia
A plugin for Strawberry Fields and OpenFermion, providing methods of simulating bosonic Hamiltonians directly in Strawberry Fields
quantum
quantum-computing
quantum-chemistry
quantum-algorithms
quantum-optics
openfermion
strawberryfields
-
Updated
Jul 11, 2019 - Python
This repository contains the source code used to produce the results presented in the paper "Near-deterministic production of universal quantum photonic gates enhanced by machine learning".
machine-learning
optimization
quantum
quantum-computing
quantum-optics
photonics
quantum-machine-learning
-
Updated
Jul 10, 2019 - Python
Examples for QuantumOptics.jl
-
Updated
Jul 19, 2021 - Jupyter Notebook
A Python package for solving the coupled Maxwell-Bloch equations describing the nonlinear propagation of near-resonant light through thermal quantised systems such as atomic vapours.
-
Updated
Jun 16, 2021 - Python
Library for fast computations involving indistinguishable bosons
-
Updated
Feb 18, 2019 - Python
ETA is a graphical event-driven programming language for time-tag processing.
python
programming-language
time-series
signal-processing
event-driven
data-analysis
monte-carlo-simulation
quantum-information
logic-analyzer
instrument-control
quantum-optics
time-tag
-
Updated
Jun 15, 2021 - JavaScript
A tool box for cold-atom simulations.
-
Updated
Apr 22, 2018 - C
This repository contains the source code used to produce the results presented in the paper "Simulating realistic non-Gaussian state preparation".
-
Updated
Dec 17, 2019 - Python
Documentation for QuantumOptics.jl
-
Updated
Jul 19, 2021 - Julia
Benchmarks for popular Quantum Optics frameworks
-
Updated
Nov 24, 2020 - Python
Website for QuantumOptics.jl
-
Updated
Jun 3, 2020 - HTML
Quantum Jump Simulation with Matrix Product State based the the iTensor library
-
Updated
Feb 1, 2020 - C++
Easy to use Schrödinger equation solver
quantum-mechanics
propagation
schrodinger-equation
schrodinger
quantum-optics
fourier-transform
schroedinger-solver
atom-interferometry
-
Updated
May 24, 2021 - Python
Linear optics circuit calculator
simulator
quantum-information
quantum-computer-simulator
quantum-optics
quantum-circuit-simulator
quntum-circuits
-
Updated
Dec 28, 2020 - C++
A small package for numerical simulation of quantum systems. Created as an alternative to qutip due to code generation limitations in the latter. It was an amusing experiment in code generation, but now Tensorflow and Theano support complex sparse matrices, so you can just use them with a bit of a wrapper. Or QuantumOptics.jl in Julia.
-
Updated
Sep 6, 2017 - Python
Computing the spectrum of a four level atomic system
-
Updated
Jul 17, 2018 - Jupyter Notebook
Implementation of a quantum neural network using Strawberry Fields and TensorFlow
machine-learning
tensorflow
quantum-computing
quantum-optics
quantum-machine-learning
strawberryfields
-
Updated
May 9, 2019 - Python
A neural network to classify quantum states of light
-
Updated
May 9, 2019 - Python
Quantum Toolbox and Circuit Simulator written in Julia
-
Updated
Jul 4, 2020 - Julia
C++QED: a framework for simulating open quantum dynamics
-
Updated
Jul 4, 2021 - C++
Improve this page
Add a description, image, and links to the quantum-optics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum-optics topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
I would like to check the behavior of the parameter
indexin the functionQubitCircuit.add_gate()In
qutip.qip.QubitCircuit.add_gate(), there is a optionallisttype attribute called index.This seems to be used to insert gates in the middle of the gate list (
qutip.qip.QubitCircuit.gates).The corresponding code is