To run the entire pair list using ctp_parallel, you need
1. Create list of all monomers to run:
ctp_parallel -e edft -j write -f state.sql -o options.xml -s 0
2. Run gaussian for all monomers
ctp_parallel -e edft -f state.sql -o options.xml
this will create folder OR_FILES with sub-folders gaussian and molecules
make sure that g09 executable can be found by the shell before you run this
3. Create a list of all pairs to run:
ctp_parallel -e idft -j write -f state.sql -o options.xml -s 0
4. Run gaussian for all pairs
ctp_parallel -e idft -f state.sql -o options.xml
again, make sure that the gaussian executable is available
5. Import the integrals into the job file
You can find a working example here:
Best,
Denis