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 a2b3861 commit d007714
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GB-GA.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
from rdkit.Chem import Descriptors
Expand Down
3 changes: 3 additions & 0 deletions crossover.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

Expand Down
3 changes: 3 additions & 0 deletions mutate.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

Expand Down

0 comments on commit d007714

Please sign in to comment.