Kanguk Lee

Results 4 comments of Kanguk Lee

I'm working with the latest version and `to_qasm` method gives OpenQASM 2 code. Is there a parameter or a different method available that I should use to obtain OpenQASM 3...

Thank you for following up. The issue occurs even when using qubits with different names: ```python qubits_1 = [cirq.NamedQubit("p")] qubits_2 = [cirq.NamedQubit("q"), cirq.NamedQubit("r")] circuit = cirq.Circuit( cirq.measure(qubits_1, key='c'), cirq.measure(qubits_2, key='c'),...

Hello, I am not an expert in the Ethereum ecosystem, but I have a strong interest in quantum computing and algorithms. Therefore, I am considering a project focused on the...