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

Add execute method to qumat

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            akm Andrew Musselman
            rawkintrevo Trevor Grant

            Dates

              Created:
              Updated:

              Slack

                Issue deployment