Skip to content

Commit

Permalink
Update generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Oct 18, 2023
1 parent c9271aa commit a0bd1bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mofa/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import ase

from model import MOFRecord
from difflinker_sample import

from difflinker_sample import sampler

def train_generator(
starting_model: str | Path,
Expand Down Expand Up @@ -37,4 +36,6 @@ def run_generator(
Returns:
3D geometries of the generated linkers
"""
sampler(nodes: List[str]=['CuCu'], n_atoms_list)

raise NotImplementedError()

0 comments on commit a0bd1bf

Please sign in to comment.