Skip to content

Commit

Permalink
Merge branch 'fidelityHeuristic3' of https://github.com/EliasLF/qmap
Browse files Browse the repository at this point in the history
…into fidelityHeuristic3
  • Loading branch information
EliasLF committed Oct 31, 2023
2 parents 855037a + 6c06e8d commit d52231b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/DataLogger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

class DataLogger {
public:
DataLogger(std::string path, Architecture& arch,
qc::QuantumComputation& qc)
: dataLoggingPath(path), architecture(arch), nqubits(arch.getNqubits()), inputCircuit(qc) {
DataLogger(std::string path, Architecture& arch, qc::QuantumComputation& qc)
: dataLoggingPath(path), architecture(arch), nqubits(arch.getNqubits()),
inputCircuit(qc) {
initLog();
logArchitecture(architecture);
logInputCircuit(inputCircuit);
Expand Down

0 comments on commit d52231b

Please sign in to comment.