$ batch_camcasp.py --help
usage: batch_camcasp.py [-h] [--dHF] [-b BASIS] [-t {mc,mc+,dc,dc+}]
                        [--direct] [--memory MEMORY] [-q {bg,batch,none}]
                        [--scfcode {dalton2006,dalton,dalton2013,nwchem,}]
                        [--nproc NPROC] [--core CORES]
                        job template geomfile

Carry out a batch of SAPT-DFT or delta-HF calculations.

positional arguments:
  job                   job name
  template              cluster file template
  geomfile              file containing geometry data

optional arguments:
  -h, --help            show this help message and exit
  --dHF                 run delta-HF calculations instead of sapt-dft
  -b BASIS, --basis BASIS
                        basis set for calculation (default aug-cc-pVTZ)
  -t {mc,mc+,dc,dc+}, --type {mc,mc+,dc,dc+}
                        basis type (default mc+)
  --direct              Use direct integral management
  --memory MEMORY, -M MEMORY
                        Specify memory for job in MB
  -q {bg,batch,none}, --queue {bg,batch,none}
                        Specify queue for job (default batch)
  --scfcode {dalton2006,dalton,dalton2013,nwchem,}
                        Force use of scfcode
  --nproc NPROC         Number of processors to use
  --core  CORES         Number of cores on machine

More text follows...