Giter Site home page Giter Site logo

ibm-quantum-challenge-fall-22's Introduction

IBM Quantum Challenge Fall 2022

LicenseLast updated

Thank you! We have completed this challenge on Nov 18th, 2022.

Prologue (video) Story (pdf)

Challenge contents

Challenge solution examples

Final challenge submissions

The final challenge submissions shows the list of scroers who made submission to the final exercise.


Introduction

We are proud to welcome you back for another bi-annual IBM Quantum Challenge this fall! This time we are taking you through an interactive intergalactic storyline and introducing you to a new programming model for building algorithmic routines - The Qiskit Primitives. Qiskit Primitives showcases two of the currently available primitive constructs: Sampler and Estimator - building on core common algorithmic routines in the domain of Optimization, Chemistry and Machine Learning, while also using them as an interface to explore the offerings of the Qiskit Runtime service.

Starting on Friday, November 11 (9AM EDT), embark with us on an 7-day space journey of learning and exploring the latest cutting edge capabilities of Qiskit and Qiskit Runtime service to help you build on skills and tackle constructing quantum algorithmic routines accommodating a few real life deployment practices. You can read more about the challenge in the announcement blog.

Make sure to join the dedicated Slack channel #challenge-fall-2022 where you can connect with mentors and fellow attendees! Join the Qiskit Slack workspace here if you haven't already.

Following this challenge, if you are looking to apply your new-found knowledge further, we encourage you to participate in the IBM Open Science Prize that will be announced later this year! Every year, a new technical challenge at the forefront of quantum computing is posed to the entire world and those who generate the strongest solutions can win thousands of dollars in prizes. We hope to see you there too!



ibm-quantum-challenge-fall-22's People

Contributors

0sophy1 avatar alainchance avatar anonymousr007 avatar astri-cornish avatar attp avatar ayumu-walker avatar contepablod avatar hiroshiyukawa111 avatar hosen20 avatar ironfrown avatar jgeipel avatar k-f-bot avatar kifumi avatar mrvee-qc-bee avatar ohadlev77 avatar q-inho avatar quantum-kittens avatar rlosadagarcia avatar tula3and avatar veenaiyuri avatar vggatgithub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ibm-quantum-challenge-fall-22's Issues

Lab 4 `evaluate_expectation` function `results` bug

In Lab 4, Calculate the ground state of H3+ section

# Define evaluate_expectation function
def evaluate_expectation(x):
    x = list(x)
    
    # Define estimator run parameters
    #### enter your code below ####
    job = # ----------- Enter your code here
    results = job.values[0]
    job_list.append(job)
    
    # Pass results back to callback function
    return np.real(results)

results = job.values[0] should be results = job.result().values[0]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.