quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.28k stars 1.02k forks source link

Please rename protobuf field "module" to "gate_module" #6743

Open pavoljuhas opened 1 month ago

pavoljuhas commented 1 month ago

Description of the issue

Per internal proto checker, field name module introduced in #6212 is discouraged, because it overlaps with C++ keyword module. Please rename to, e.g., gate_module.

Cirq version

1.5.0.dev at 2bbc3c4c4be92547cc1750546d0ee1a3d50b26f6

pavoljuhas commented 1 month ago

cc @mhucka