XM90
====

.. autoclass:: pennylane_calculquebec.processing.custom_gates.XM90
   :show-inheritance:

   
     
   

   
   

   

   .. raw:: html

      <a class="attr-details-header collapse-header collapsed" data-bs-toggle="collapse" href="#attrDetails-pennylane-calculquebec-processing-custom-gates-XM90" role="button" aria-expanded="false" aria-controls="attrDetails-pennylane-calculquebec-processing-custom-gates-XM90">
         <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-pennylane-calculquebec-processing-custom-gates-XM90">

   
   

   .. autosummary::
      
   
      ~XM90.arithmetic_depth
      ~XM90.basis
      ~XM90.batch_size
      ~XM90.control_wires
      ~XM90.grad_method
      ~XM90.grad_recipe
      ~XM90.has_adjoint
      ~XM90.has_decomposition
      ~XM90.has_diagonalizing_gates
      ~XM90.has_generator
      ~XM90.has_matrix
      ~XM90.has_qfunc_decomposition
      ~XM90.has_sparse_matrix
      ~XM90.hash
      ~XM90.hyperparameters
      ~XM90.id
      ~XM90.is_hermitian
      ~XM90.name
      ~XM90.ndim_params
      ~XM90.num_params
      ~XM90.num_wires
      ~XM90.parameter_frequencies
      ~XM90.parameters
      ~XM90.pauli_rep
      ~XM90.resource_keys
      ~XM90.resource_params
      ~XM90.wires

   
   

   
   .. autoattribute:: arithmetic_depth
   .. autoattribute:: basis
   .. autoattribute:: batch_size
   .. autoattribute:: control_wires
   .. autoattribute:: grad_method
   .. autoattribute:: grad_recipe
   .. autoattribute:: has_adjoint
   .. autoattribute:: has_decomposition
   .. autoattribute:: has_diagonalizing_gates
   .. autoattribute:: has_generator
   .. autoattribute:: has_matrix
   .. autoattribute:: has_qfunc_decomposition
   .. autoattribute:: has_sparse_matrix
   .. autoattribute:: hash
   .. autoattribute:: hyperparameters
   .. autoattribute:: id
   .. autoattribute:: is_hermitian
   .. autoattribute:: name
   .. autoattribute:: ndim_params
   .. autoattribute:: num_params
   .. autoattribute:: num_wires
   .. autoattribute:: parameter_frequencies
   .. autoattribute:: parameters
   .. autoattribute:: pauli_rep
   .. autoattribute:: resource_keys
   .. autoattribute:: resource_params
   .. autoattribute:: wires

   .. 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::
   
      ~XM90.adjoint
      ~XM90.compute_decomposition
      ~XM90.compute_diagonalizing_gates
      ~XM90.compute_eigvals
      ~XM90.compute_matrix
      ~XM90.compute_qfunc_decomposition
      ~XM90.compute_sparse_matrix
      ~XM90.decomposition
      ~XM90.diagonalizing_gates
      ~XM90.eigvals
      ~XM90.generator
      ~XM90.label
      ~XM90.map_wires
      ~XM90.matrix
      ~XM90.pow
      ~XM90.queue
      ~XM90.simplify
      ~XM90.single_qubit_rot_angles
      ~XM90.sparse_matrix
      ~XM90.terms

   
   

   
   .. automethod:: adjoint
   .. automethod:: compute_decomposition
   .. automethod:: compute_diagonalizing_gates
   .. automethod:: compute_eigvals
   .. automethod:: compute_matrix
   .. automethod:: compute_qfunc_decomposition
   .. automethod:: compute_sparse_matrix
   .. automethod:: decomposition
   .. automethod:: diagonalizing_gates
   .. automethod:: eigvals
   .. automethod:: generator
   .. automethod:: label
   .. automethod:: map_wires
   .. automethod:: matrix
   .. automethod:: pow
   .. automethod:: queue
   .. automethod:: simplify
   .. automethod:: single_qubit_rot_angles
   .. automethod:: sparse_matrix
   .. automethod:: terms

   .. 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>