Skip to content

Commit

Permalink
added name
Browse files Browse the repository at this point in the history
  • Loading branch information
jhjensen2 committed Dec 12, 2018
1 parent 2ae2d9b commit 64d2f5b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GB-GM-MCTS.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
'''
code adapted from https://github.com/haroldsultan/MCTS/blob/master/mcts.py by Jan H. Jensen 2018
'''
from rdkit import Chem
from rdkit.Chem import AllChem
from rdkit.Chem import Descriptors
Expand Down
3 changes: 3 additions & 0 deletions GB-GM.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
'''
code written by Jan H. Jensen 2018
'''
from rdkit import Chem
from rdkit.Chem import AllChem
import random
Expand Down
3 changes: 3 additions & 0 deletions analyze_ZINC.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
'''
Written by Jan H. Jensen 2018
'''
from rdkit import Chem
from rdkit.Chem import AllChem
import numpy as np
Expand Down
4 changes: 4 additions & 0 deletions analyze_grow1000.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
'''
Written by Jan H. Jensen 2018
'''

from rdkit import Chem
from rdkit.Chem import AllChem
import numpy as np
Expand Down

0 comments on commit 64d2f5b

Please sign in to comment.