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

How to count time ? #224

Open
ZeroDesigner opened this issue Aug 20, 2022 · 2 comments
Open

How to count time ? #224

ZeroDesigner opened this issue Aug 20, 2022 · 2 comments

Comments

@ZeroDesigner
Copy link

How to count time when I solve the large QUBO problem with qsolve on AWS?

@arcondello
Copy link
Member

Hi @ZeroDesigner, can you provide an example of the code you wish to measure?

@memetrusidovski
Copy link

memetrusidovski commented Mar 6, 2023

Are you looking to count the QPU time? or maybe some other info? This code may help to see more information
feasible_sampleset = sampleset.filter(lambda d: d.is_feasible)
print(feasible_sampleset)
print(feasible_sampleset.info)
print(feasible_sampleset.first)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants