We have provided the code for the entire package on this page. This is a Python version 3.7 based object-oriented code. It consists of three prime classes library, atom, and MOF. The library incorporates the input data required for the analysis (such as atom typing radius, skin distance, etc.). The atom class includes all the relevant information and functions for the atoms, such as the list of neighbor atoms, metal/non-metal classification, etc. Likewise, the MOF class contains the functions applicable to the MOF structure like solvent identification, bonded network formation, deconstruction of MOF, etc. The final output is the extracted building units in the Crystallographic Information File (CIF) format.

  • mBUD Code