Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Bug in _generators #494

@roberCO

Description

@roberCO

I am getting an error in https://github.com/zapatacomputing/z-quantum-core/blob/main/src/python/zquantum/core/circuits/_generators.py#L64 when I execute

for qubit, parameter in zip(unique_qubit_idx, parameters): circuit += gate_factory(*parameter)(qubit)

I get this error when I called from multibasis_QCBM (https://github.com/zapatacomputing/z-quantum-aan/blob/main/src/python/zquantum/aan/priors/multi_basis_qcbm.py#L138)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions