Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revisit use of tempfiles in cirq python interface #147

Open
alexandrupaler opened this issue Oct 22, 2019 · 3 comments
Open

revisit use of tempfiles in cirq python interface #147

alexandrupaler opened this issue Oct 22, 2019 · 3 comments
Labels
enhancement New feature or request low priority Low priority

Comments

@alexandrupaler
Copy link
Contributor

besides complicating the code, could tempfiles be useful for debugging strange simulations?

@alexandrupaler alexandrupaler added the low priority Low priority label Oct 22, 2019
@s-mandra
Copy link
Member

I don't think so: qFlex at the moment read once (and only once) the stream, so I don't know how tempfiles could help debugging. Removing the tempfiles is something I can do.

@alexandrupaler
Copy link
Contributor Author

the tmp files work like logs of the interface between python and qflex. crashes may be in qflex, but the inputs are very large, so it makes sense to keep the tmp file mechanism. maybe it can be a switch at compilation.

@alexandrupaler alexandrupaler added the enhancement New feature or request label Oct 23, 2019
@s-mandra
Copy link
Member

Sounds good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Low priority
Projects
None yet
Development

No branches or pull requests

2 participants