✨ Unify Neutral Atom specific operations #616
Labels
c++
Anything related to C++ code
code quality
Code quality improvements
Core
Anything related to the Core library and IR
usability
Anything related to usability
Milestone
What's the problem this feature will solve?
Neutral Atoms support some fundamentally new operations that do not fit the existing Types.
Due to this, two slightly different Classes have been created to represent/handle these operations:
As both describe the same hardware components/operations, a single class should be sufficient.
Describe the solution you'd like
Create a new operation type consolidating functionalities of both implementations.
The text was updated successfully, but these errors were encountered: