1#!/bin/bash
2
3if [ ! -d cas ]; then
4 mkdir cas
5fi
6
7cd cas
8# Use HF calculation for the Casida calculation
9erkale_casida ../run.cas
10