Skip to content
Sergey Yurchenko edited this page Nov 1, 2022 · 8 revisions

The Duo examples can be obtained from github here git clone https://github.com/Trovemaster/Duo/tree/master/examples

Windows

To run from a window, edit and click on run_duo.bat. Form CMD, navigate to the folder with the input file and execute

 duo_win.exe < input_file  > output_file

A Windows (DOS) batch file has the following format:

REM example of a Windows batch file
duo_win.exe < BeH_Koput_01.inp > BeH_Koput_01.inp

Linux

Navigate to the folder with the input_file and execute from the command line:

 ./duo_linux_64.exe < input_file  > output_file

On Mac

Many working Duo examples can be found at exomol.com as spectroscopic model files, see e.g. AlH

Clone this wiki locally