Skip to content

Commit

Permalink
Fix ts error quantum-circuit import
Browse files Browse the repository at this point in the history
  • Loading branch information
EarlOld committed Jul 26, 2024
1 parent f789e20 commit ec7720b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/circuit.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import QuantumCircuit from 'quantum-circuit';

declare module 'quantum-circuit';

import { QuantumCircuitInterface } from './types/quantum-circuit';

export class Circuit {
Expand Down

0 comments on commit ec7720b

Please sign in to comment.