Resolve "Make small changes in quick-start guide"
Compare changes
+ 12
− 11
@@ -44,7 +44,7 @@ Do you want to create it?
@@ -88,15 +88,16 @@ COMPLETED 2024-06-21T18:54:05+02:00 var2 = 2
@@ -248,7 +249,7 @@ Now that all necessary data is contained in series, we can use the [map function
@@ -277,7 +278,7 @@ Another scenario in which the `texts session` can be very useful, is to revisit,
The model requires the setup of several objects such as the [molecular structure of the system](amml.md#structure), the [calculators](amml.md#calculator) and [algorithms](amml.md#algorithm) to compute the [properties of the system](amml.md#property), variables and equations for further data manipulation and analysis, and built-in `view` statements to assist with interpretation of output data.
@@ -286,13 +287,13 @@ Once ready, the *model scripts* can be executed in either [instant, deferred](to
1. Download [the script](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/blob/master/examples/TextM-examples/EMT_examples-H2andH2O/Langevin_NVT_H2O.vm) and the [atomic structure file](https://gitlab.kit.edu/kit/virtmat-tools/vre-language/-/blob/master/examples/TextM-examples/EMT_examples-H2andH2O/h2o_box.cif). Make sure to insert the absolute path to the structure filename `h2o_box.cif` in the second line of the script. Execute the model in workflow mode, `-m workflow`, indicating the name of the model script `--model-file my_file.vm`. Without the `-r` some warnings concerning non-computed data may be printed. These come about due to not computed parameters in `view` statements.
@@ -307,9 +308,9 @@ To demonstrate how to employ `texts script`, here a sample recipe to run the *mo
2. Make sure the **structure file h2o_box.cif** file is available in the path defined within the script. Use `texts session` to perform the evaluation of the model, remembering to use the `--uuid <uuid_of_my_model>` flag to access and update the model already in the database. This step can take a few minutes. Evaluation should be completed once the `Input` prompt is printed:
@@ -332,7 +333,7 @@ Instant and deferred evaluation modes are avilable only in `texts script` and th