Skip to content

Commit fdd117e

Browse files
committed
Added Cython declarations for the new [Augmented]InChI[Key] methods.
1 parent d7acce2 commit fdd117e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rmgpy/molecule.pxd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ cdef class Molecule(Graph):
146146

147147
cpdef str toInChI(self)
148148

149+
cpdef str toAugmentedInChI(self)
150+
151+
cpdef str toInChIKey(self)
152+
153+
cpdef str toAugmentedInChIKey(self)
154+
149155
cpdef str toSMILES(self)
150156

151157
cpdef toOBMol(self)

0 commit comments

Comments
 (0)