Skip to content

Commit

Permalink
ss-master: added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Dec 29, 2021
1 parent 40a1386 commit 5b18045
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion global_chem/narcotics/schedule_five.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def get_schedule_five_smiles(self):
'pregabalin': 'CC(C)CC(CC(=O)O)CN',
}

return functional_groups

def get_schedule_five_smarts(self):

functional_groups = {
Expand All @@ -34,4 +36,6 @@ def get_schedule_five_smarts(self):
'lacosamide': '[#6]-[#6](=[#8])-[#7]-[#6](-[#6]-[#8]-[#6])-[#6](=[#8])-[#7]-[#6]-[#6]1:[#6]:[#6]:[#6]:[#6]:[#6]:1',
'lasmiditan': '[#6]-[#7]1-[#6]-[#6]-[#6](-[#6]-[#6]-1)-[#6](=[#8])-[#6]1:[#7]:[#6](:[#6]:[#6]:[#6]:1)-[#7]-[#6](=[#8])-[#6]1:[#6](:[#6]:[#6](:[#6]:[#6]:1-[#9])-[#9])-[#9]',
'pregabalin': '[#6]-[#6](-[#6])-[#6]-[#6](-[#6]-[#6](=[#8])-[#8])-[#6]-[#7]',
}
}

return functional_groups

0 comments on commit 5b18045

Please sign in to comment.