/*! \page Rotate_methodDoc Rotate orbitals
Keyword: ROTATE_ORBS
\section description Description
Rotates a set of orbitals given a rotation matrix. The code works on a subspace of orbitals defined by ORB_GROUP, and outputs only the rotated subset. It essentially performs the operation
\f[
{\boldsymbol \phi}'=M{\boldsymbol \phi}
\f]
The matrix in the rotation file is a list of numbers in C-style indexing.
\section options Options
\subsection reqopt Required
Option | Type | Description
|
ORBITALS | Section | A \ref MO_matrixDoc section
|
ORB_GROUP | Section | A list of the orbital numbers to be rotated.
|
\subsection optopt Optional
Option | Type | Default
| Description
|
ROTATION | string | rotation | The location of the rotation matrix file.
|
OUTPUT | string | runid+.orb | Where the rotated orbitals will be stored.
|
*/