This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optional keyword arguments to
SuperCircuit
(#176)
In some cases, we need to pass information into the Circuit/SuperCircuit, and for that, we can use optional keyword arguments sent through the constructor. This PR adds this feature, already present in `Circuit`, into `SuperCircuit`.
- Loading branch information