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 e8ddad2 commit c826fbbCopy full SHA for c826fbb
1 file changed
include/hybridmap/HybridSynthesisMapper.hpp
@@ -55,7 +55,8 @@ class HybridSynthesisMapper : public NeutralAtomMapper {
55
* @details Effort considers swaps/shuttling and execution time estimated by
56
* the mapper.
57
* @param qc Proposed synthesis subcircuit.
58
- * @param completeRemap
+ * @param completeRemap If `true`, evaluate by completely remapping the whole
59
+ * circuit; if `false`, preserve the current mapping state.
60
* @return Scalar cost/effort score for mapping qc.
61
*/
62
qc::fp evaluateSynthesisStep(qc::QuantumComputation& qc,
0 commit comments