diff --git a/doc/source/intro.rst b/doc/source/intro.rst index 95230ab..c612330 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -100,4 +100,4 @@ During the execution, the following information is written to the standard outpu [08.02|13:58:05] PLAMS run finished. Goodbye It indicates that pyZacros created a uniquely named working folder (``plams_workdir``) and then ran the Zacros calculation in a separate -subfolder of the working folder (``plamsjob``). All the files created by each Zacros run are saved in the corresponding subfolder for future reference. However, notice that you can access the results directly from the python script. To illustrate this, see line 54 of the script that produces line 6 in the standard output, which prints the number of CO2 molecules produced in the last ten-time steps of the simulation. +subfolder of the working folder (``plamsjob``). All the files created by each Zacros run are saved in the corresponding subfolder for future reference. However, notice that you can access the results directly from the python script. To illustrate this, see line 64 of the script that produces line 6 in the standard output, which prints the number of CO2 molecules produced in the last ten-time steps of the simulation.