CUBY logo

Input

This revision is from 2011/10/17 13:42. You can Restore it.

Cuby uses YAML language for the input files. To write an input file, following information is needed:

Complex calculations

When the method inplemented in cuby consists of multiple calculations, they are defined in separate subsections of the input, while the keywords common for all these calculations are written at the root level (without indentation). A good example is a QM/MM calculation:

interface: QMMM
# root level keywords:

qmmm_method_lo:
  interface: foo

qmmm_method_hi:
  interface: bar