BBN-Q / PyQLab

A python library for instrument control and superconducting QIP experiments.
Apache License 2.0
25 stars 11 forks source link

APS1 sequence length is not consistent compile to compile #49

Closed bcdonovan closed 9 years ago

bcdonovan commented 9 years ago

From this travis build.

Compiling the same sequence independently multiple times results in different sequence lengths. Sequence lengths often differ by 8 bytes.

See the following tests: test_AllXY (tests.test_Sequences.TestAPS1) test_Decoupling_CPMG (tests.test_Sequences.TestAPS1) test_Rabi_RabiAmp_TwoQubits (tests.test_Sequences.TestAPS1) test_Rabi_RabiWidth (tests.test_Sequences.TestAPS1) test_T1T2_InversionRecovery (tests.test_Sequences.TestAPS1) test_T1T2_Ramsey (tests.test_Sequences.TestAPS1)

bcdonovan commented 9 years ago

Traced this to a miss-configuration of the Logical and Physical channels in the test setup. Closing.