Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add circuit generator #68

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Add circuit generator #68

merged 1 commit into from
Oct 8, 2024

Conversation

vo-nil
Copy link
Contributor

@vo-nil vo-nil commented Oct 5, 2024

This PR adds circgen utility. It can be used to generate circuits of arbitrary lengths - useful for debugging.

@vo-nil vo-nil self-assigned this Oct 5, 2024
Copy link

github-actions bot commented Oct 5, 2024

Clang Test Results

  154 files  ±0    154 suites  ±0   10m 44s ⏱️ -1s
3 211 tests ±0  3 205 ✅ ±0  6 💤 ±0  0 ❌ ±0 
3 278 runs  ±0  3 272 ✅ ±0  6 💤 ±0  0 ❌ ±0 

Results for commit 1df8a3a. ± Comparison against base commit cfb55f4.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Oct 5, 2024

Gcc Test Results

  154 files  ±0    154 suites  ±0   12m 6s ⏱️ ±0s
3 211 tests ±0  3 205 ✅ ±0  6 💤 ±0  0 ❌ ±0 
3 278 runs  ±0  3 272 ✅ ±0  6 💤 ±0  0 ❌ ±0 

Results for commit 1df8a3a. ± Comparison against base commit cfb55f4.

♻️ This comment has been updated with latest results.

@vo-nil vo-nil force-pushed the add-circuit-generator branch from 95a573d to 52daf9c Compare October 7, 2024 12:25
@vo-nil vo-nil marked this pull request as ready for review October 7, 2024 12:27
@vo-nil vo-nil requested a review from martun October 7, 2024 12:27
@vo-nil vo-nil force-pushed the add-circuit-generator branch from 52daf9c to fa3aace Compare October 7, 2024 13:10
@vo-nil vo-nil changed the title Added circuit generator Add circuit generator Oct 7, 2024
@vo-nil vo-nil marked this pull request as draft October 7, 2024 16:29
@vo-nil vo-nil force-pushed the add-circuit-generator branch from f81a7b9 to 9d76f10 Compare October 8, 2024 07:50
@vo-nil vo-nil marked this pull request as ready for review October 8, 2024 07:56
debug-tools/debug-tools.nix Outdated Show resolved Hide resolved
debug-tools/debug-tools.nix Outdated Show resolved Hide resolved
@vo-nil vo-nil force-pushed the add-circuit-generator branch from 9d76f10 to d0664b1 Compare October 8, 2024 09:22
Copy link
Member

@x-mass x-mass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You must be hating Boost.Program_options :D

@martun
Copy link
Contributor

martun commented Oct 8, 2024

You must be hating Boost.Program_options :D

Yes, we should change this.

@vo-nil vo-nil force-pushed the add-circuit-generator branch from d0664b1 to 5218464 Compare October 8, 2024 11:50
@vo-nil
Copy link
Contributor Author

vo-nil commented Oct 8, 2024

Reworked on boost::program_options

move to top level dir

Update flake

Reworked to boost::program_options
@vo-nil vo-nil force-pushed the add-circuit-generator branch from 5218464 to 1df8a3a Compare October 8, 2024 11:52
@vo-nil vo-nil merged commit 3d2a8e9 into master Oct 8, 2024
8 checks passed
@vo-nil vo-nil deleted the add-circuit-generator branch October 8, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants