Labber-software / Drivers

Instrument drivers for Labber
http://labber.org
Other
54 stars 53 forks source link

multi-qubit rb #71

Closed Youngkyu-Sung closed 6 years ago

Youngkyu-Sung commented 6 years ago
mollieks commented 6 years ago

Hi Jack,

I'm not sure how the drivers handle this, but within the QC community it's almost universally the convention that |0> = [1, 0] and |1> = [0, 1]. I would recommend using that convention to avoid mistakes from future developers who make that assumption.

Mollie

Youngkyu-Sung commented 6 years ago

Hi Mollie,

Thank you for your comment. I just checked M. Nielsen, I. Chuang's textbook(http://mmrc.amss.cas.cn/tlb/201702/W020170224608149940643.pdf) and J. Preskills' lecture notes(http://www.theory.caltech.edu/~preskill/ph219/ph219_2013-14) and found out that you are right! I will correct the format.

Thank you! Youngkyu

simongus commented 6 years ago

sounds good! It doesn't matter from a mathematical point of view, but I agree that it's much better to use conventions when they exist. @Youngkyu-Sung what other drivers are using the other format? Single-qubit pulse generator and simulator?

Youngkyu-Sung commented 6 years ago

Hi @simongus , Single-qubit simulator uses the same format which Mollie says(|0> = [1, 0] and |1> = [0, 1]). Only the new three-level qubit simulator which is not published yet uses the different format. I will correct this one.