#
qutip
Here are 24 public repositories matching this topic...
Python implementation of Krotov's method for quantum optimal control
-
Updated
Jun 5, 2021 - Python
Benchmarks for popular Quantum Optics frameworks
-
Updated
Nov 24, 2020 - Python
Efficient numerical calculation of generalized filter functions
-
Updated
Aug 31, 2021 - Python
Modelling simple atoms and 87Rb in cavity-QED.
-
Updated
Dec 11, 2020 - Jupyter Notebook
Graphical User Interface simulation software for 3D optical lattices formed by mutual interaction between atomic internal structure and external electric field configurations. Master's thesis project at Miami University --Ohio.
-
Updated
Jun 23, 2016 - Python
Implementations of various quantum error correction schemes using QuTiP
-
Updated
Dec 13, 2018 - Python
Quantum Simulation Framework for N-Level Cavity QED
-
Updated
Jul 26, 2018 - Python
Python package for analyzing two-qubit gates in the Weyl chamber
-
Updated
Aug 3, 2019 - Python
The Krylov approximation method provides an efficient approach to perform time-evolutions of quantum states for systems with large-dimensional Hilbert spaces.
-
Updated
Sep 2, 2021 - Python
Cuántico vs El Entrópico en la Arena de Cómputo
-
Updated
Jul 22, 2019 - Jupyter Notebook
Numerical simulation of two-qubit CZ gate implementation with trapped neutral atoms
-
Updated
Mar 22, 2021 - Jupyter Notebook
-
Updated
Sep 16, 2020 - Jupyter Notebook
A Julia wrapper of QuTiP.
-
Updated
Aug 7, 2018 - Julia
Simulate realistic quantum control sequences using QuTiP
python
quantum
quantum-mechanics
quantum-computing
quantum-information
quantum-circuit
superconducting-qubits
qutip
qubits
-
Updated
Jul 21, 2021 - Python
A Jupyter notebook reproducing the results of "Nonlinear response of the vacuum Rabi resonance"
-
Updated
May 15, 2018 - Jupyter Notebook
Open Systems Dynamics for the Group project
-
Updated
Jun 4, 2016 - Python
Quantum control algorithms for multiple examples based on the package Qutip
-
Updated
Sep 2, 2021 - Python
Quantum Engineering : Study, design, analysis of Superconducting and Transmon qubits.
-
Updated
Jul 31, 2021 - Jupyter Notebook
Detailed explanation using comments of code of qutip for simpletons
-
Updated
Jun 14, 2019
Examples of SeQuencing simulations
-
Updated
Feb 12, 2021 - Jupyter Notebook
Repository for the Software and Computing for Applied Physics Project
-
Updated
Feb 22, 2021 - Python
This is a repository for notes on Quantum Optics. The examples are implemented by QuTip using Python.
-
Updated
Feb 21, 2018 - Jupyter Notebook
Quantum simulations of matrix quantum mechanics. Based on qutip.
-
Updated
Aug 14, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the qutip topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the qutip 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