implement generic inchitomol() with stereo support#138
Conversation
|
Something still needs a fix. The demomol from the inchi test fails |
|
I haven't checked it very well yet, but I think it's wonderful. Thank you very much. |
|
BTW, what do you think about |
|
Yes, it would be better to replace # just example, not implemented yet in the library
struct Deuterium{T<:StandardAtom} <: AbstractAtom
atom::T
function Deuterium{T}()
new(T(; symbol=:H, isotope=2))
end
end
atom_symbol(atom::Deuterium) = :Dmay behave as |
|
How do we proceed then,? Are you simply merging and adapting inchitosdf or shall I do that? |
|
Could you add commit for |
|
Didn't see this, will do ... |
|
Thank you very much! |

This PR solves #137 and supports parsing of stereo information.