c3
c3 copied to clipboard
Toolset for control, calibration and characterization of physical systems
I'm making this issue because this project is part of the [Qiskit ecosystem](https://qiskit.github.io/ecosystem/). As of June 2024, we're introducing a requirement that all projects are compatible with Qiskit 1.0. New...
## What Updates code and examples to work with Qiskit 1.0. ## Why Qiskit 1.0 brings some stability guarantees and performance improvements. Most new users will use Qiskit 1.0 and...
## Describe the bug When running the example notebook, I came across two problems: 1. The following warning appears over 5000 times: ``` WARNING:tensorflow:You are casting an input of type...
Using slepian shaped pulses with the parameters "amp" : Qty(value = 0, min_val = 0, max_val = 1) produces zero length pulses. One needs to set the boundary lower than...
## What Fixes PWC parameters logging for non gradient based algorithms. Fixes #238
## Describe the bug For non gradient based algorithm, using PWC parameters logs one value instead of an array of values for inphase and quadratures.
## What Ideally reinserts lindbladian evolution Added sequential propagators that use less ram ## Why Linbladian evolution was in the code but not accessible. Reduces code complexity and nested ifs....
## What Introduce interaction picture simulations. ## Why closes #213 ## How TBD ## Remarks This includes sizeable cleanup of the model based simulation code. ## Checklist Please include and...
## Describe the bug `chip.get_Hamiltonian(signal)` is not implemented yet. ## Expected behavior Should return a list of Hamiltonians for the signal input.
## What It adds the class CooperPairBox model to chip.py ## Why Additional functionality for regions where code of Fluxonium model fails. ## How I calculate the Hamiltonian in charge...