일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- qiskit #QuantumComputer #QuantumMachine #양자컴퓨터 #양자 #키스킷
- ibm #qiskit #quantum # quantumcomputer #quantumcomputing #quantummachine #quantumengineering #quantumbit #qbit
- qiskit #
- qiskit #qiskitHackerthon
- Today
- Total
인일의 공부 블로그
Qiskit Developer Certification 준비기(2) - 시험 출제 내용 본문
본 포스팅은 아래 링크의 IBM Certified Associate Developer - Quantum Computation using Qiskit v0.2X 를 준비하며 작성되었습니다.
https://www.ibm.com/training/certification/C0010300
IBM Training
www.ibm.com
사이트에 시험에서 다루는 내용 중 어떤것들이 출제되는지 상세히 기재되어있다.
Each certification exam question falls into one of these objectives:
Section 1: Perform Operations on Quantum Circuits (47%)
https://learn.qiskit.org/course/ch-gates/basic-circuit-identities
https://qiskit.org/documentation/tutorials.html#quantum-circuits
- Construct multi-qubit quantum registers
- Measure quantum circuits in classical registers
- Use single-qubit gates
- Use multi-qubit gates
- Use barrier operations
- Return the circuit depth
- Extend quantum circuits
- Return the OpenQASM string for a circuit
Section 2: Executing Experiments (3%)
- Execute a quantum circuit
Section 3: Implement BasicAer: Python-based Simulators (3%)
https://qiskit.org/documentation/locale/ko_KR/tutorials/simulators/1_aer_provider.html
- Use the available simulators
Section 4: Implement QASM (1%)
- Read a QASM file and string
Section 5: Compare and Contrast Quantum Information (10%) https://qiskit.org/learn/course/basics-quantum-information
- Use classical and quantum registers
- Use operators
- Measure fidelity
Section 6: Return the Experiment Results (7%)
- Return and understand the histogram data of an experiment
- Return and understand the statevector of an experiment
- Return and understand the unitary of an experiment
Section 7: Use Qiskit Tools (1%)
- Monitor the status of a job instance
Section 8: Display and Use System Information (3%)
- Perform operations around the Qiskit version
- Use information gained from %qiskit_backend_overview
Section 9: Construct Visualizations (19%)
https://qiskit.org/documentation/locale/ko_KR/tutorials/circuits/2_plotting_data_in_qiskit.html
- Draw a circuit
- Plot a histogram of data
- Plot a Bloch multivector
- Plot a Bloch vector
- Plot a Q-sphere
- Plot a density matrix
- Plot a gate map with error rates
Section 10: Access Aer Provider (6%) https://qiskit.org/documentation/locale/ko_KR/tutorials/simulators/1_aer_provider.html
- Access a statevector_simulator backend
- Access a qasm_simulator backend
- Access a unitary_simulator backend
각 영역에 대한 qiskit document / textbook 들을 링크해두었다. 최신 자료를 링크해두었기에 시험 출제 코드와 링크 코드가 다를 수 있다. (특히 Aer.....)
'양자컴퓨터' 카테고리의 다른 글
[Quantum Computing] 1-0. 단일 큐비트 게이트 (0) | 2023.08.22 |
---|---|
Qiskit Developer Certification 준비기(3) - 개발자 자격증 과정 강의 수강 (0) | 2023.08.16 |
Qiskit Developer Certification 준비기(1) - 들어가기 (0) | 2023.08.02 |
양자 simulator와 emulator의 차이 (0) | 2022.01.04 |