RYm90Gate
=========

.. autoclass:: qiskit_calculquebec.custom_gates.ry_m90_gate.RYm90Gate
   :show-inheritance:

   
     
   

   
   

   

   .. raw:: html

      <a class="attr-details-header collapse-header collapsed" data-bs-toggle="collapse" href="#attrDetails-qiskit-calculquebec-custom-gates-ry-m90-gate-RYm90Gate" role="button" aria-expanded="false" aria-controls="attrDetails-qiskit-calculquebec-custom-gates-ry-m90-gate-RYm90Gate">
         <h2 style="font-size: 24px;">
            <i class="fas fa-angle-down rotate" style="float: right;"></i> Attributes
         </h2>
      </a>
      <div class="collapse show" id="attrDetails-qiskit-calculquebec-custom-gates-ry-m90-gate-RYm90Gate">

   
   

   .. autosummary::
      
   
      ~RYm90Gate.base_class
      ~RYm90Gate.decompositions
      ~RYm90Gate.definition
      ~RYm90Gate.label
      ~RYm90Gate.mutable
      ~RYm90Gate.name
      ~RYm90Gate.num_clbits
      ~RYm90Gate.num_qubits
      ~RYm90Gate.params

   
   

   
   .. autoattribute:: base_class
   .. autoattribute:: decompositions
   .. autoattribute:: definition
   .. autoattribute:: label
   .. autoattribute:: mutable
   .. autoattribute:: name
   .. autoattribute:: num_clbits
   .. autoattribute:: num_qubits
   .. autoattribute:: params

   .. raw:: html

      </div>

   
   

   
   

   .. raw:: html

      <a class="meth-details-header collapse-header collapsed" data-bs-toggle="collapse" href="#methDetails-" role="button" aria-expanded="false" aria-controls="methDetails-">
         <h2 style="font-size: 24px;">
            <i class="fas fa-angle-down rotate" style="float: right;"></i> Methods
         </h2>
      </a>
      <div class="collapse show" id="methDetails-">

   
   

   .. autosummary::
   
      ~RYm90Gate.add_decomposition
      ~RYm90Gate.broadcast_arguments
      ~RYm90Gate.control
      ~RYm90Gate.copy
      ~RYm90Gate.inverse
      ~RYm90Gate.is_parameterized
      ~RYm90Gate.power
      ~RYm90Gate.repeat
      ~RYm90Gate.reverse_ops
      ~RYm90Gate.soft_compare
      ~RYm90Gate.to_matrix
      ~RYm90Gate.to_mutable
      ~RYm90Gate.validate_parameter

   
   

   
   .. automethod:: add_decomposition
   .. automethod:: broadcast_arguments
   .. automethod:: control
   .. automethod:: copy
   .. automethod:: inverse
   .. automethod:: is_parameterized
   .. automethod:: power
   .. automethod:: repeat
   .. automethod:: reverse_ops
   .. automethod:: soft_compare
   .. automethod:: to_matrix
   .. automethod:: to_mutable
   .. automethod:: validate_parameter

   .. raw:: html

      </div>

   
   

   .. raw:: html

      <script type="text/javascript">
             document.querySelectorAll('.collapse-header').forEach((header) => {
                header.addEventListener('click', () => {
                   const icon = header.querySelector('h2 i');
                   if (icon) icon.classList.toggle('up');
                });
             });
      </script>