Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Random circuit hex less random #344

Merged
merged 4 commits into from
Jun 24, 2019

Conversation

kdk
Copy link
Member

@kdk kdk commented Jun 21, 2019

Attempt to remove some of the randomness in the random_circuit_hex benchmark ( https://qiskit.github.io/qiskit/#random_circuit_hex.BenchRandomCircuitHex.track_depth_ibmq_backend_transpile ) by seeding the random_unitary generation and the transpiler.

@kdk kdk force-pushed the random_circuit_hex_less_random branch from ea725fa to 5455de0 Compare June 21, 2019 15:18
Copy link
Member

@mtreinish mtreinish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, hopefully this will improve some of the data we get from these benchmarks. One small thing, but I'm thinking a change like this warrants bumping the version of the benchmark (see L77). Since it could arguably produce different results from previous runs. What do you think?

@kdk
Copy link
Member Author

kdk commented Jun 21, 2019

I think that makes sense. There's not a lot of signal in the old data, so I don't think much is lost in bumping the version number, and we can always requeue old commits.

@mtreinish mtreinish merged commit 14c84ad into Qiskit:master Jun 24, 2019
jakelishman pushed a commit to jakelishman/qiskit-terra that referenced this pull request Aug 1, 2023
Attempt to remove some of the randomness in the random_circuit_hex benchmark [1]
by seeding the random_unitary generation and the transpiler.

[1] https://qiskit.github.io/qiskit/#random_circuit_hex.BenchRandomCircuitHex.track_depth_ibmq_backend_transpile

* Remove deprecated function from random_circuit_hex benchmark.

* Remove some rmore randomness from random_circuit_hex benchmark.

* Bump random_circuit_hex benchmark version.
jakelishman pushed a commit to jakelishman/qiskit-terra that referenced this pull request Aug 11, 2023
Attempt to remove some of the randomness in the random_circuit_hex benchmark [1]
by seeding the random_unitary generation and the transpiler.

[1] https://qiskit.github.io/qiskit/#random_circuit_hex.BenchRandomCircuitHex.track_depth_ibmq_backend_transpile

* Remove deprecated function from random_circuit_hex benchmark.

* Remove some rmore randomness from random_circuit_hex benchmark.

* Bump random_circuit_hex benchmark version.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants