115200baud 3.3V 8n1
when chip is facing up, so that the bridgeco label is readable
| GND | RX | TX | VCC |
(from the ic's prespective)
import numpy | |
import math | |
knownProbNames = ["HH","HV","VV","VH","RH","RV","DV","DH","DR","DD","RD","HD","VD","VL","HL","RL"] | |
StateLetters = ["D","A","R","L","H","V"] | |
StateVectors = [ | |
1/math.sqrt(2)*numpy.array([[1, 1]]), | |
1/math.sqrt(2)*numpy.array([[1, -1]]), | |
1/math.sqrt(2)*numpy.array([[1, -1j]]), |