ValeevGroup / SeQuant

SeQuant: Symbolic Algebra of Tensors over Operators and Scalars
GNU General Public License v3.0
17 stars 6 forks source link

WIP: Export framework #220

Open Krzmbrzl opened 4 months ago

Krzmbrzl commented 4 months ago

This implements (more or less) general code generator capabilities into SeQuant. The idea is to abstract the bulk of the work required during code generation away such that new languages can be added as easily as possible.

Note: At this point, I am mainly creating this PR to make everyone aware that I am working on something in that direction.