man-group / PyBloqs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using pybloqs instructions: misnamed variable

GeraldRushton opened this issue · comments

https://github.com/manahl/PyBloqs#using-pybloqs

I think you meant to write

plot_block = Block(plt.plot(df['a'], df['b']))

not

plot = Block(plt.plot(df['a'], df['b']))

Good spot! Will make a change.

Fixed with release 1.0.2