Shantanu Jha
Shantanu Jha
As discussed @jeffreyjgong, one option is to store a list of `self.gates = []` in `ToplogicalCircuit`. This will help you keep track of the gates in the circuit. Then, for...
I think we can store a list of tuples of type `Tuple[qiskit.circuit.instruction.Instruction, List[qiskit.circuit.quantumregister.Qubit]]` in `self.gates`, which can then be used for use cases such as drawing the logical circuit.
@JazzyCH implement `TopologicalCircuitDecoder` that can parse a readout string from a tcirc composed of tqubits of the same type by Jun 16.
Waiting on #44
This is semi-related to this issue : #44 Also, it would be cool if we could show the internal gates that compose a logical X gate (for example) and also...
What's the status of supporting complex dtypes in `diffrax`? I see that PR #112 was closed before merging. --- BTW (in case it helps anyone looking at this thread), as...
Also very interested in using Julia for running my algorithms alongside ccxt's websocket data streaming and trade placing infrastructure. What would be the lowest-latency way to do so? A few...
> Also: > > * Add expectation value calculations into sesolve and mesolve (e_ops) Yup, tracked by #19 > And potentially: > > * Auto convert qutip objects to jqt...
Thanks for the PR @GyunghunK ! Please pull the new changes from the main branch in this repo to your branch, so that this can be merged in smoothly. Then,...
Great @GyunghunK , thanks for the quick update and happy new year to you too! The code itself looks good to me. Before I merge this, could you please add...