Skip to content

Commit

Permalink
Fix error in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseab committed Jan 8, 2025
1 parent cc5a2be commit f07d879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class MLPScoreNetworkParameters(ScoreNetworkParameters):
# dimension of the conditional variable embedding
condition_embedding_size: int = 64

# should the analytical score consider every coordinate permutations.
# should the score model consider every coordinate permutations.
# Careful! The number of permutations will scale as number_of_atoms!. This will not
# scale to large number of atoms.
use_permutation_invariance: bool = False
Expand Down

0 comments on commit f07d879

Please sign in to comment.