Quirk를 이용한 회로 모음 4 qubits 가산기4 qubits 가산기(custom 회로)4 qubits 감산기(custom 회로)Draper's 가산기Bit-Flip code(1 logical qubit to 3 physical qubits)Phase-Flip code(1 logical qubit to 3 physical qubits)Shor Code(Bit-Flip code)Shore Code(Phase-Flip code) 양자 컴퓨터 2025.03.18
Qiskit 설치 Qiskit 공식 유튜브 채널의 영상인 How to Install Qiskit | Coding with Qiskit 1.x | Programming on Quantum Computers 을 따라하면 아주 쉽게 필요한 환경을 설치할 수 있다.해당 영상에서는 conda 환경에서 pip을 설치하여 아래 라이브러리들을 설치한다.`qiskit, matplotlib, qiskit_ibm_runtime, pylatexenc`그 후 IBM 퀀텀 플랫폼에 접근하여 API를 발급하는 영상이다. 양자 컴퓨터 2025.01.17
참고 자료 앙자 컴퓨터를 공부하는데 이용할 자료들.- Quantum Computing: A Gentle Introduction (Scientific and Engineering Computation)- Introduction to Classical and Quantum Computing- Qiskit: 퀀텀 컴퓨팅 프로그램을 실제로 동작시켜볼 수 있도록 하는 라이브러리. 현재 IBM 의 환경을 이용해서 돌릴 수 있는 것으로 보임. 양자 컴퓨터 2025.01.16