oreilly-qc / oreilly-qc.github.io

Code samples for Programming Quantum Computers, from O'Reilly Media
135 stars 62 forks source link

Inconsistent use of 'send_val' vs. 'send_value' #48

Open rgobbel opened 1 year ago

rgobbel commented 1 year ago

Code in the book declares the variable send_val, but example code in oreilly-qc.github.io has send_value. send_val seems better, since it's more consistent with other variable names. In any case, these should be the same.