qiskit-community / qiskit-quimb

Simulate Qiskit circuits using quimb.
Apache License 2.0
5 stars 1 forks source link

Make something like `_gen_quimb_gates` public #3

Open garrison opened 5 hours ago

garrison commented 5 hours ago

In my experience with qiskit-quimb so far, I already want something with the functionality of _gen_quimb_gates to be public. For instance, I believe this function is necessary to apply Qiskit gate(s) to an existing CircuitMPS, which can be done as circuitmps.apply_gates(_gen_quimb_gates(gate, (q0, q1))).

It could really use a better name, though.

kevinsung commented 5 hours ago

Of course, we can make it public. Any suggestions for the name?