You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #71 we added additional type annotations to the IterationState class. Most of the fields of this data class are now annotated with a combined data type and tensor shape annotation. For example:
FloatNxN = Float[Array, "N N"]
This issue is to rationalise the remaining fields that are currently without a documented shape:
grid_weights
input_floats
input_ints
diis_history
The text was updated successfully, but these errors were encountered:
In PR #71 we added additional type annotations to the
IterationState
class. Most of the fields of this data class are now annotated with a combined data type and tensor shape annotation. For example:This issue is to rationalise the remaining fields that are currently without a documented shape:
The text was updated successfully, but these errors were encountered: