Skip to content

Check the consistency of the symbolic circuit #316

@loreloc

Description

@loreloc

We do not check the consistency of the symbolic circuits before compilation.

Add the following checks in the __init__ method of the symbolic circuit:

  • Check the connections between layers and their arity. They must match.
  • Check the number of input units to each inner layer. They must match.
  • Check that inner layers have input connections, while input layers do not.
  • ... and other checks of this kind on the parameters.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions