Hosted by
QInnovision
2
Posted by malaklob • (edited)
2
Posted by AdamG •
2
Posted by yev •
3
Posted by AdamG •
2
Posted by yev •
plt.show()
that stops the execution of aqora test
. Is it ok to leave the plt.show()
or we need to create images? It would be nice to keep the plots as they are because it is cumbersome to create screen shots. (2) synthesize()
fails the entire execution of aqora test
. Do we have an alternative route of submitting the work in case it is not fixed? Thanks3
Posted by julian • (edited)
plt.show
is fine on our backend. If you want to keep using it in the notebook but not have it block aqora test
, you can add plt.ion()
to your notebook or use plt.show(blocking = False)
. As far as synthesize
is concerned the issue is related to starting an event loop in the current event loop. We can probably use a separate process to prevent the error, but I'm looking into it now and I will get back to you.2
Posted by stubbi •
2
Posted by yev •
2
Posted by stubbi •
1
Posted by stubbi •
I'm currently doing research about Quantum Telecommunication as a sophomore. How should I do it to get a PhD scholarship in the West. Which part do you think need to be dived deep into.
3
Posted by AdamG •