Anurag Saha Roy
Anurag Saha Roy
Is there any particular reason for the use of `assert` statements as opposed to conditional checking and raising errors for many of the data validation checks throughout the code? In...
Going full open source hardware from the ground up would also require (3D) EM Simulation tools that are open-source. Most of the commonly used software in this field (Ansys HFSS,...
## Describe the bug From @alex-simm: > Does anyone know how to stop an optimisation that I run with lbfgs_grad_free? I have set "maxiter"=1000, "gtol"= 1e-3, but the optimiser goes...
It would be nice if there is a way of mapping / distilling the QPU structure defined in C3 to a QISKIT QPU structure, so that gate-only circuits (i.e. no...
## Describe the missing feature Most of the playbook documentation under `docs/` is derived from the notebooks in `examples/`. However, while we have CI checking the notebooks never go out...
## Describe the bug The tutorial style documentation hosted on RTD currently lags behind the notebooks stored in `examples/`. Several new notebooks eg, entangling gate, pwc, full loop etc have...
## Describe the missing feature The `c3_qasm_physics_simulator` is now in pretty decent shape with increasing support for most of the native features of the c3 simulator and integrates seamlessly into...
This is a continuously updated issue to keep track of missing documentation in various parts of the code. Please update the Issue description or add a comment when you find...
## Describe the bug The fidelity functions could possibly be improved to have a consistent signature/API which would make their integration easier with the optimizer. Ref: https://github.com/q-optimize/c3/pull/136#pullrequestreview-791979783 ## To Reproduce...
## Describe the missing feature Current tests have a coupled design where the pickle files store the structure and numerical data as a regression/historical test. This becomes difficult to maintain...