Skip to content

Conversation

@kylegulshen
Copy link
Contributor

@kylegulshen kylegulshen commented Jul 18, 2019

This builds off of the work that @joshcombes started in previous branches, but differs somewhat in approach. The CircuitTemplate is an attempt to accommodate some of the variety of circuit families of interest.

The desire is to randomly sample many circuits with various widths and depths from some family. The approach of CircuitTemplate is to (hopefully) enable easy specification of circuit families by composition of basic building blocks. After specifying a family we can generate samples of a given width and depth at will.

The basic building blocks themselves can be quite diverse and require different resources and inputs. This adds to the complexity of CircuitTemplate which must use these disparate blocks in concert.

@kylegulshen kylegulshen requested a review from a team as a code owner July 18, 2019 22:17
@kylegulshen kylegulshen changed the title [WIP] Unified framework for volumetrics Unified framework for volumetrics Oct 7, 2019
@kylegulshen
Copy link
Contributor Author

kylegulshen commented Oct 7, 2019

It would be great to get a review of this. I know it's a bit long, but much of the code is just defining various generators and sequence_transforms which can be tweaked later so long as the shared general design is good. The _main.py file houses the substantive code that would benefit the most from feedback. Everything is auxiliary.

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.

2 participants