Any feedback is welcome from anyone at the intersection of #chemistry and #Emacs.
This is the repository: github.com/gicrisf/emac...
(7/7)
Any feedback is welcome from anyone at the intersection of #chemistry and #Emacs.
This is the repository: github.com/gicrisf/emac...
(7/7)
I can't wait to show the results, to be honest. (6/7)
I can't wait to show the results, to be honest. (6/7)
The build system handles Indigo dependencies automatically (on Linux, at least). (5/7)
The build system handles Indigo dependencies automatically (on Linux, at least). (5/7)
- Core molecular operations (properties, calculations, format conversions)
- Iterator system for structure traversal
- Rendering and visualization
- Reaction handling and atom mapping
- Format support: SMILES, MOL, CML, reaction SMILES
(4/7)
- Core molecular operations (properties, calculations, format conversions)
- Iterator system for structure traversal
- Rendering and visualization
- Reaction handling and atom mapping
- Format support: SMILES, MOL, CML, reaction SMILES
(4/7)
(indigo-let* ((:molecule mol "CCO")
(:atoms atoms mol))
(indigo-map #'indigo-symbol atoms))
;; => ("C" "C" "O")
(3/7)
(indigo-let* ((:molecule mol "CCO")
(:atoms atoms mol))
(indigo-map #'indigo-symbol atoms))
;; => ("C" "C" "O")
(3/7)
You can work with molecules directly in Emacs: load structures, convert formats (SMILES, MOL, CML), calculate properties, perform substructure matching, and render visualizations (both in PNG and SVG, yes). (2/7)
You can work with molecules directly in Emacs: load structures, convert formats (SMILES, MOL, CML), calculate properties, perform substructure matching, and render visualizations (both in PNG and SVG, yes). (2/7)
No global installation needed, just a couple of CLI commands or few clicks in the wizard. Check the Quickstart paragraph:
github.com/gicrisf/wind...
No global installation needed, just a couple of CLI commands or few clicks in the wizard. Check the Quickstart paragraph:
github.com/gicrisf/wind...