quantumlib / Cirq

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

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

Open pavoljuhas opened 3 hours ago

pavoljuhas commented 3 hours 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 3 hours ago

cc @mhucka