Skip to content

Commit

Permalink
🎨 pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 1, 2025
1 parent 662fa30 commit 4143d32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/lit_header.bib
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ @string{pieee
@string{cacm = {Comm. of the ACM} }
@string{jetc = {J. Emerg. Technol. Comput. Syst.} }
@string{jetc = {J. Emerg. Technol. Compute. Syst.} }
@string{qip = {Quantum Information Processing} }
Expand Down
2 changes: 1 addition & 1 deletion docs/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ @article{bryantSymbolicBooleanManipulation1992
title = {Symbolic boolean manipulation with ordered binary-decision diagrams},
author = {Bryant, Randal E.},
year = {1992},
journal = {ACM Comput. Surv.},
journal = {ACM Compute. Surv.},
volume = {24},
number = {3},
pages = {293--318},
Expand Down
2 changes: 1 addition & 1 deletion include/mqt-core/zx/Utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct Edge {
EdgeType type;

Edge() = default;
Edge(const Vertex t, const EdgeType typ) : to(t), type(typ) {};
Edge(const Vertex t, const EdgeType typo) : to(t), type(typo) {};
void toggle() {
if (type == EdgeType::Simple) {
type = EdgeType::Hadamard;
Expand Down

0 comments on commit 4143d32

Please sign in to comment.