-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Basic literal support * Added Lit data term * Fix composed op2s and add test * Replaced Var for term in \circ decomp * Quick patch for arbitrary multiplication support. * Fixed Tvar's unable to parse on rhs * Added inferred spaces for variables * Do not infer literals as states * Check types are in recognized set * Fixed strange TVar behavior * Fix cache invalidation error and add tests * Add new parsing features tests * Updated visualization for support new parsing. Also cleaned up the parsing code. * Support Literals in simulations * Do not namespace Literals, and do not vcat Nothing * Move CombinatorialSpaces using * Remove erroneous for loop --------- Co-authored-by: Luke Morris <lukelukemorrismorris@gmail.com> Co-authored-by: Luke Morris <70283489+lukem12345@users.noreply.github.com>
- Loading branch information
1 parent
ead3181
commit 69d63b5
Showing
11 changed files
with
521 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.