We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9481205 commit 7c7faa1Copy full SHA for 7c7faa1
recirq/algorithmic_benchmark_library.py
@@ -14,7 +14,8 @@ class AlgorithmicBenchmark:
14
algorithm of interest.
15
16
Args:
17
- domain: The problem domain. Usually a high-level ReCirq module.
+ domain: The problem domain represented as the corresponding high-level ReCirq module.
18
+ This must be a valid module name beginning with "recirq.".
19
name: The benchmark name. Must be unique within the domain.
20
executable_family: A globally unique identifier for this AlgorithmicBenchmark.
21
This should match up with this Benchmark's `spec_class.executable_family`.
0 commit comments