Skip to content

Resolve "MOF App"

Dinga Wonanke requested to merge 1712-mof-app into develop

We have built a MOF app by adding quantities to config/model.py, which is a simple layout for exploring MOFs and properties in NOMAD. The app currently

  1. displays a periodic table containing all atoms and their number of instances in the MOF subset
  2. displays a table illustrating the type of metal SBUs and the number of each present.
  3. four histograms displaying i. pore limiting diameter ii. largest cavity diameter iii. accessible surface area iv. void fractions.

We still need to have a discussion about the following.

  1. Whether to create two apps, one for experimental data and the other for computed data or merge everything into a single MOF app.
  2. Add scatter plots for preliminary analysis. The main issue is that quantities extracted from the porosity normalisers are stored in topology meanwhile scattered plots can currently be done only on quantities found in data. A plan discussion will be made at some point in the future.

Merge request reports