Skip to content

Commit c826fbb

Browse files
committed
📝 Update doc string of HybridSynthesisMapper
1 parent e8ddad2 commit c826fbb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/hybridmap/HybridSynthesisMapper.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ class HybridSynthesisMapper : public NeutralAtomMapper {
5555
* @details Effort considers swaps/shuttling and execution time estimated by
5656
* the mapper.
5757
* @param qc Proposed synthesis subcircuit.
58-
* @param completeRemap
58+
* @param completeRemap If `true`, evaluate by completely remapping the whole
59+
* circuit; if `false`, preserve the current mapping state.
5960
* @return Scalar cost/effort score for mapping qc.
6061
*/
6162
qc::fp evaluateSynthesisStep(qc::QuantumComputation& qc,

0 commit comments

Comments
 (0)