mfinzi / equivariant-MLP

A library for programmatically generating equivariant layers through constraint solving
MIT License
253 stars 21 forks source link

SumRep __call__ bugfix #15

Closed mfinzi closed 3 years ago

mfinzi commented 3 years ago

Wrong behavior for SumRep call function due to a typo. Not showing up in tests or model examples because the reps are typically initialized before adding together to form a SumRep, however, if you add first then initialize with some non orthogonal representations then previously the rep would behave incorrectly (and silently).