Since I tend to import mesp in other toy codes, I often don't want all of the printing done by each module. For example, if I want to run 20 CCSD iterations just to harvest the t-amplitudes, I don't want to print the SCF, MP2, and CCSD energies (and the convergence iterations) 20 times. A mesp.silent() mode would be ideal.
Since I tend to
import mespin other toy codes, I often don't want all of the printing done by each module. For example, if I want to run 20 CCSD iterations just to harvest the t-amplitudes, I don't want to print the SCF, MP2, and CCSD energies (and the convergence iterations) 20 times. Amesp.silent()mode would be ideal.