본문 바로가기

양자컴퓨터/이벤트

[Quantum Explorer 2023] 참가 방법

반응형

앞서 소개한 Quantum Explorer2023 의 자세한 참가방법을 소개하려고 한다.

나는 양자컴퓨터 전공도 아니고, 프로그래밍도 정말 기초적인 레벨 밖에 할 줄 몰라서 처음에 많이 못따라갔었었다. 지금은 여러가지 해결 방법을 알게 되어서 어느 정도 즐기면서 배우는 중이다.

 

목차
1. 홈페이지 접속 방법
2. 참가 발급 증명서 종류
3. 문제 해결 방법

 

1. 홈페이지 접속 방법

IBM Quantum은 일반인들도 쓸 수 있는 양자컴퓨팅 클라우드 환경을 개발해왔다. 여러번 개정을 해왔는데 현재는  IBM Quantum Learning이라는 사이트에 양자컴퓨터를 공부할 수 있는 텍스트북 코스와 실제로 코드를 실행할 수 있는 플랫폼을 제공한다.

Quantum Explorer 도 아래 사이트 IBM Quantum Learning 의 탭중 Lab을 선택하면 Quantum Explorer의 문제를 풀 수 있다. 회원등록을 하고 로그인을 해야 참가하고 뱃지도 받을 수 있다.

https://learning.quantum.ibm.com

 

IBM Quantum Learning

Qiskit YouTube Check out the Qiskit channel for lectures, tips & tricks, community updates, and more

learning.quantum.ibm.com

 

또는 여기서 '~ notebook'이라고 적혀있는 파란색 박스를 클릭하면 문제를 풀 수 있는 플랫폼으로 갈 수 있다. 한국어가 없어서 아쉽지만, 요즘에 번역이 잘 되어있으니 google translate, papago, deepl등의 번역 툴을 사용하면 좋다. 현재 영어/일본어/스페인어를 제공하고 있다.

https://challenges.quantum.ibm.com/quantum-explorers-23

 

Quantum Explorers - IBM Quantum Experience

Quantum Explorers: IBM Quantum's Beginner-Friendly, Self-Paced, Cohort-Based, Game-Based Program for Free Quantum Computing Learning

challenges.quantum.ibm.com

 

2. 참가 발급 증명서 종류

참가도에 따른 다른 3종류의 뱃지가 있다. 

1. Quantum Explorer 2023: Participant

참가만 해도 받을 수 있는 뱃지이다!

https://www.credly.com/org/ibm/badge/quantum-explorer-2023-participant

 

Quantum Explorer 2023: Participant

This credential earner has demonstrated capability in collaborating with their peers, has added measurable value to the Quantum Explorers community, and/or has demonstrated basic knowledge and skills in quantum computing.

www.credly.com

 

 

2. Quantum Explorer 2023: Foundational

후반 4개의 러닝코스 중 하나를 완료하면 받을 수 있다.

https://www.credly.com/org/ibm/badge/quantum-explorer-2023-foundational

 

Quantum Explorer 2023: Foundational

This credential earner has demonstrated foundational proficiency in quantum computing and Qiskit by passing at least one validated and graded quiz assessment. The badge holder shows an understanding of basic quantum computing principles, quantum circuits,

www.credly.com

 

 

3. Quantum Explorer 2023: Intermediate

후반 4개의 러닝코스를 모두 완료하면 받을 수 있다.

https://www.credly.com/org/ibm/badge/quantum-explorer-2023-intermediate

 

Quantum Explorer 2023: Intermediate

This credential earner has demonstrated in-depth understanding of quantum computing, some of its applications, and Qiskit by passing all four validated and graded quiz assessments. The badge holder shows an intermediate understanding of quantum computing,

www.credly.com

 

4. Quantum Explorer 2023: Advanced

그리고 모든코스를 모두 완료하면 Quantum Explorer 2023: Advanced를 받을 수 있다.

https://www.credly.com/org/ibm/badge/quantum-explorer-2023-advanced

 

Quantum Explorer 2023: Advanced

This credential earner has demonstrated applied understanding and comfort with quantum computing, applications such as quantum machine learning, quantum error correction, quantum error mitigation, quantum optimization, and coding with Qiskit. In addition,

www.credly.com

 

3. 문제 해결 방법

1. 커뮤니티 활용

모로는 문제가 나오면 보통 Quantum Explorer2023의 커뮤니티인 discord 에 검색해보면 된다. 내가 직면한 문제는 보통 다른 누군가도 겪었기 때문에 지금쯤이면 대부분의 문제가 discord 에 논의되어있거나 새로운 질문을 할 수도 있다.

 

2. IBM Quantum API reference

그리고 양자컴퓨팅은 python의 qiskit모듈을 사용하는데, 코드 사용방법에 대해서는 아래의 qiskit API reference 에서 검색해보면 파라미터와 사용예시를 볼 수 있다.  https://docs.quantum.ibm.com/api/qiskit/circuit

 

circuit | IBM Quantum Documentation

API reference for qiskit.circuit

docs.quantum.ibm.com

 

3. IBM Quantum tutorial/learning

그외에도 구글에 검색하면 IBM Quantum 에서 제공하는 튜토리얼이나 러닝에서 자세한 사용예와 수학적/물리적 배경들을 소개해줘서 이해하는데에 도움이 된다.

 

4. Chat GPT

코딩 일인자인 챗지피티.. 아이디어는 있는데 코드를 어떻게 써야할지 모를때는 챗지피티한테 물어보면 거의 다 해결된다ㅋㅋ 특히 에러 났을 때 에러 내용을 그대로 복붙해서 물어보면 정말 잘 알려준다.

질문 예시:

I got the following errors:
error message~~

 

반응형

'양자컴퓨터 > 이벤트' 카테고리의 다른 글

퀀텀 해커톤 2024  (0) 2024.05.29
[퀀텀 해커톤] MIT iQuHACK참가 후기!  (1) 2024.02.10
[Quantum Explorer2023] 소개  (0) 2024.01.21