c3 icon indicating copy to clipboard operation
c3 copied to clipboard

Toolset for control, calibration and characterization of physical systems

Results 50 c3 issues
Sort by recently updated
recently updated
newest added

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...

size/XL

## 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

size/XS

## 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....

size/XL

## 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...

size/XXL

## 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...

size/L