Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-2201

Add execute method to qumat

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • qumat
    • None

    Description

      Update notebook too

      Currently works in notebook with
      # Also requires qiskit
      from qiskit import execute
      # needs to be added as a method...
      job = execute(qumat.circuit, qumat.backend, shots=1024) # Simulate the circuit 1024 times

      result = job.result()
      counts = result.get_counts()

      print("Measurement Results:", counts)

      Attachments

        Activity

          People

            akm Andrew Musselman
            rawkintrevo Trevor Grant
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: