Skip to content

Commit

Permalink
added functional group queries
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaie committed Jul 18, 2024
1 parent e65a354 commit 8adb8ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/raw_queries/default/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
query: "C=N"
- key: nitrile
query: "C#N"
- key: cyanamide
query: "N-C#N"
- key: hydrazine
query: "NN"
- key: hydrazone
Expand Down Expand Up @@ -148,7 +150,10 @@
query: "N=C=O"
- key: carbamide
query: "NC(=O)N"

- key: hydroxylamine
query: "[#6][NX2][OX1]"
- key: hydroxamic acid
query: "[#6](C=O)[NX2][OX1]"

# Sulfur

Expand Down

0 comments on commit 8adb8ad

Please sign in to comment.