Skip to content

Commit

Permalink
chore: Reformat C++
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchildren committed Sep 4, 2024
1 parent abc8d7f commit 4f95a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tket/include/tket/Transformations/Transform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ inline const Transform id =
struct TwoQbFidelities {
std::optional<double> CX_fidelity;
std::optional<double> ZZMax_fidelity;
std::optional<std::variant<double, std::function<double(double)>>> ZZPhase_fidelity;
std::optional<std::variant<double, std::function<double(double)>>>
ZZPhase_fidelity;
};

} // namespace Transforms
Expand Down

0 comments on commit 4f95a14

Please sign in to comment.