Skip to content

Commit

Permalink
Update generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Dec 8, 2023
1 parent 2d0b2fa commit e07ae4d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mofa/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ def run_generator(
print("Saved XYZ files in mofa/output directory!")

if __name__ == "__main__":
# run_generator()
train_generator()
node = "ZnZn"
run_generator(node='ZnZn',
n_atoms=5,
input_path=f"mofa/data/fragments_all/{node}/hMOF_frag_frag.sdf",
)
# train_generator()

0 comments on commit e07ae4d

Please sign in to comment.