snurr-group / mofid

A system for rapid identification and analysis of metal-organic frameworks
https://snurr-group.github.io/mofid/
GNU General Public License v2.0
42 stars 24 forks source link

More deconstruction algorithms #1

Closed bbucior closed 5 years ago

bbucior commented 5 years ago

This PR implements additional algorithms to deconstruct a MOF into its building blocks for topological assignment. Notably, it implements the "single node" and "all node" algorithms recommended by an ongoing IUPAC project. These algorithms will supersede the original MOFidDeconstructor for topology detection, though the MOF chemistry should still be described by the simple organic/inorganic split from the original algorithm.

Additional representations of the MOF are written to subdirectories of the designated output directory, e.g. Output/SingleNode/ and Output/AllNode/.

In a future branch, I will incorporate these analyses as part of the high-throughput screening workflow.