이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Based on this contribution, these few files helps understand the Pauli rotations/unitary matrices used in the gates of quantum computing.
The traceGate function is the most useful - call it without arguments for a short animation of the identity
.
% A bunch of primatives to use
ket0 = [1; 0], ket1 = [0; 1]
bra0 = ket0', bra1 = ket1'
I = eye(2)
X = [0 1; 1 0], Y = [0 -1j; 1j 0], Z = [1 0; 0 -1]
H = 1/sqrt(2)*hadamard(2)
S = [1 0; 0 1j]
T = [1 0; 0 exp(1j*pi/4)]
인용 양식
Duncan Barclay (2026). Quantum Gate Visualisation (https://kr.mathworks.com/matlabcentral/fileexchange/108689-quantum-gate-visualisation), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: Quantum Computing
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0 |
