nqrduck / nqrduck-spectrometer-limenqr

MIT License
0 stars 0 forks source link

Kumi's pulse sequence breaks everything #9

Open kumitterer opened 3 months ago

kumitterer commented 3 months ago

The attached pulse sequence causes an error when run on the LimeNQR:

image

Note that I had to rename the .quack file to .json because GitHub wouldn't let me upload it otherwise...

fid.json

jupfi commented 3 months ago

Weird ... exactly the same pulsesequence didn't crash the program for me.

kumitterer commented 3 months ago

Anything strike you as odd in my pip freeze?

contourpy==1.2.1
cycler==0.12.1
fonttools==4.50.0
h5py==3.10.0
kiwisolver==1.4.5
limedriver @ git+https://github.com/nqrduck/LimeDriverBindings@3d0481a9d41c01c41b7fc3cd6996b1dbccc1b89a
matplotlib==3.8.3
mpmath==1.3.0
nqr_blochsimulator @ git+https://github.com/jupfi/nqr-blochsimulator.git@f62e696046441ebbc5e4a6cf3b0a4a8c0a364825
nqrduck @ git+https://github.com/nqrduck/nqrduck@808adcb2ab7dc0fd59abfaf9b71be474cf20f912
nqrduck-measurement @ git+https://github.com/nqrduck/nqrduck-measurement.git@80eacceefd841492b27d0adaab4a0914b703b641
nqrduck-pulseprogrammer @ git+https://github.com/nqrduck/nqrduck-pulseprogrammer.git@22a43d2d1b94c6df149a3a9cb0c75575355958be
nqrduck-spectrometer @ git+https://github.com/nqrduck/nqrduck-spectrometer.git@843f129e6edbd17e3567463ea9d602eab99ea1fd
nqrduck-spectrometer-limenqr @ git+https://github.com/nqrduck/nqrduck-spectrometer-limenqr@2029cc71c85e2cbaefa238342b6b9d54a0a0f399
nqrduck-spectrometer-simulator @ git+https://github.com/nqrduck/nqrduck-spectrometer-simulator@0a2838dbb900354159d21179c164ab54a4e86d88
numpy==1.26.4
packaging==24.0
pillow==10.3.0
pyparsing==3.1.2
PyQt6==6.6.1
PyQt6-Qt6==6.6.2
PyQt6-sip==13.6.0
pyserial==3.5
python-dateutil==2.9.0.post0
PyYAML==6.0.1
scipy==1.13.0
six==1.16.0
sympy==1.12
kumitterer commented 3 months ago

Also, Python 3.11.8, if that's relevant.