BaseDevice
==========

.. autoclass:: pennylane_calculquebec.base_device.BaseDevice
   :show-inheritance:

   
     
   

   
   

   

   .. raw:: html

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

   
   

   .. autosummary::
      
   
      ~BaseDevice.author
      ~BaseDevice.capabilities
      ~BaseDevice.config_filepath
      ~BaseDevice.machine_name
      ~BaseDevice.measurement_methods
      ~BaseDevice.name
      ~BaseDevice.observables
      ~BaseDevice.pennylane_requires
      ~BaseDevice.processing_config
      ~BaseDevice.realm
      ~BaseDevice.shots
      ~BaseDevice.tracker
      ~BaseDevice.wires

   
   

   
   .. autoattribute:: author
   .. autoattribute:: capabilities
   .. autoattribute:: config_filepath
   .. autoattribute:: machine_name
   .. autoattribute:: measurement_methods
   .. autoattribute:: name
   .. autoattribute:: observables
   .. autoattribute:: pennylane_requires
   .. autoattribute:: processing_config
   .. autoattribute:: realm
   .. autoattribute:: shots
   .. autoattribute:: tracker
   .. 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::
   
      ~BaseDevice.compute_derivatives
      ~BaseDevice.compute_jvp
      ~BaseDevice.compute_vjp
      ~BaseDevice.eval_jaxpr
      ~BaseDevice.execute
      ~BaseDevice.execute_and_compute_derivatives
      ~BaseDevice.execute_and_compute_jvp
      ~BaseDevice.execute_and_compute_vjp
      ~BaseDevice.jaxpr_jvp
      ~BaseDevice.preprocess
      ~BaseDevice.preprocess_transforms
      ~BaseDevice.setup_execution_config
      ~BaseDevice.supports_derivatives
      ~BaseDevice.supports_jvp
      ~BaseDevice.supports_vjp

   
   

   
   .. automethod:: compute_derivatives
   .. automethod:: compute_jvp
   .. automethod:: compute_vjp
   .. automethod:: eval_jaxpr
   .. automethod:: execute
   .. automethod:: execute_and_compute_derivatives
   .. automethod:: execute_and_compute_jvp
   .. automethod:: execute_and_compute_vjp
   .. automethod:: jaxpr_jvp
   .. automethod:: preprocess
   .. automethod:: preprocess_transforms
   .. automethod:: setup_execution_config
   .. automethod:: supports_derivatives
   .. automethod:: supports_jvp
   .. automethod:: supports_vjp

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