Quantumchemistry, NWI-MOL406, Computer exercises, week 4

The NWChem quantum chemistry program package is being developed by Environmental Molecular Science Laboratory (EMSL) located at the Pacific Northwest National Laboratory (PNNL). The code is open-source and available under the Educational Community License version 2.0 (ECL 2.0).

Linux preliminaries:

Single point Hartree-Fock/SCF calculation for water

First do a small test run:

NWChem documentation

Geometry optimization

C2V symmetry

To impose C2v point group symmetry, change the geometry block into:
 geometry units au
   symmetry C2v
   O      0.00000000    0.00000000    0.00000000
   H      0.00000000    1.43042809   -1.10715266
   H      0.00000000   -1.43042809   -1.10715266
 end
Back to [ Quantum Chemistry ]
Valid HTML 4.01! Last updated: 26-Nov-2019.