Molpro¶
What is Molpro?¶
Molpro is a comprehensive ab initio quantum chemistry software package for advanced molecular electronic structure calculations. It specializes in highly accurate computations of molecular energies and properties using state-of-the-art methods including coupled cluster, MCSCF, and multireference CI.
Important
Molpro does NOT support GPU acceleration and does not utilize GPUs.
The Molpro module is not available on GPU nodes.
Use the CPU partition for all Molpro calculations.
Restricted Access
Molpro is licensed software with restricted access - only authorized users can run calculations.
Base Environment
Molpro is provided via the environment modules system.
Loading Molpro¶
Example Input File¶
h2o.inp
Water geometry optimization
SLURM Job Script (Serial)¶
molpro_job.sh
Serial Molpro job
Checking Job Completion¶
Successful termination
Molpro creates its own output file h2o.out. Check for successful completion:
Expected output:
Output Files¶
| File | Description |
|---|---|
*.out |
Main Molpro output with all results |
*.log |
Detailed log file with geometry optimization progress |
*.xml |
XML format output (if requested) |
/tmp/molpro.* |
Temporary scratch files (automatically cleaned) |
Parallel Execution¶
Parallel Molpro job (4 cores)
Process Distribution
Molpro automatically distributes work across the requested number of processors using MPI.