output =================== .. contents:: :local: This keyword defines the details that should be output by Qbics. Options ------------ .. option:: max_num_atoms_print .. list-table:: :stub-columns: 1 :widths: 5 20 * - Value - An integer * - Default - ``1000`` When the number of atoms is greater than this value, the molecular coordinates will not be output for clarity. .. option:: print_CHARMM Print details of the CHARMM force field used for the molecule, including all terms and their parameters. .. option:: print_GTO_shell Print GTO shell parameters. .. option:: print_GTO_block Print GTO block information. Here, block is the shells that share the same angular momentum, center, and primitive Gaussian exponents but different contraction coefficients. This is useful when general segmented basis set is used. .. option:: print_pp Print pseudopotential parameters. .. option:: not_strict Cancel some sanity check. For example, Qbics will raise an error in situations when calculations are unreasonable, like: - Basis set and pseudopotential do not consistent; - An SCF does not converge. However, if you **really know what you are doing,** you can add this option to cancel such sanity checks. This is very **dangerous!**