Closed SamDuffield closed 2 years ago
Remove _get_apply_gate - I think it's much cleaner now
_get_apply_gate
Users can now also manually do new_statetensor = apply_gate(old_statentensor, gate_unitary, qubit_inds) if they want
new_statetensor = apply_gate(old_statentensor, gate_unitary, qubit_inds)
Remove
_get_apply_gate
- I think it's much cleaner nowUsers can now also manually do
new_statetensor = apply_gate(old_statentensor, gate_unitary, qubit_inds)
if they want