Skip to content

Commit

Permalink
Change max number of atoms per elements in crystals
Browse files Browse the repository at this point in the history
  • Loading branch information
carriepl-mila committed Aug 25, 2023
1 parent 7499e8a commit 75633c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/env/crystals/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ elements: 5
min_atoms: 2
max_atoms: 20
min_atom_i: 1
max_atom_i: 10
max_atom_i: 16
space_group: null
do_charge_check: False
do_spacegroup_check: True
Expand Down
2 changes: 1 addition & 1 deletion gflownet/envs/crystals/composition.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(
min_atoms: int = 2,
max_atoms: int = 20,
min_atom_i: int = 1,
max_atom_i: int = 10,
max_atom_i: int = 16,
oxidation_states: Optional[Dict] = None,
alphabet: Optional[Dict] = None,
required_elements: Optional[Union[Tuple, List]] = (),
Expand Down

0 comments on commit 75633c1

Please sign in to comment.