Skip to content

Commit 841d73e

Browse files
author
Jun Yang
committed
add readme and examples; add timer; other small fixes
1 parent 15fd8bf commit 841d73e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+3764045
-45
lines changed

Manual/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ \subsubsection{Particle density matrices (pdm)}\label{sec:AppNpdm}
646646

647647
1. Calculate these two states seperately.
648648

649-
2. Copy the temporary files from previous calculations into a folder. statefile, StateInfo, wave, Rotation files are needed. SpinBlock files are biggest. Fortunately, they are not needed here. Temporary files for different bra state and ket state might have the same name. The number before tmp in the file names stands for state numbers. It is convenient to change the number for tmporary files of bra as 0 and that of ket as 1.
649+
2. Copy the temporary files from previous calculations into a folder. statefile, wave, Rotation files are needed. SpinBlock files are biggest. Fortunately, they are not needed here. Temporary files for different bra state and ket state might have the same name. The number before tmp in the file names stands for state numbers. It is convenient to change the number for temporary files of bra as 1 and that of ket as 0.
650650

651651
%\subsubsection{Restarting a calculation}
652652
\subsubsection{Restarting a calculation}\label{sec:AppRest}

README.md

Lines changed: 821 additions & 0 deletions
Large diffs are not rendered by default.

README_Examples/1/input.dat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sym d2h
2+
orbitals FCIDUMP
3+
4+
nelec 8
5+
spin 0
6+
irrep 1
7+
8+
hf_occ integral
9+
schedule default
10+
maxM 500
11+
maxiter 30

0 commit comments

Comments
 (0)