Step 3 - Add a Configuration

A configuration represents the target system using one or more of the available species. Our next step is to create a configuration that is consistent with the experimentally-measured system investigated in the original paper.

Configurations in Dissolve are created from a sequence of instructions that define box shape and size, the populations of species to add etc. This permits Dissolve to automatically regenerate configurations when it needs to, and is particularly useful when screening structures with variable parameters (density, composition, pore size etc.).

Dissolve provides several standard configuration generators for common-use cases, one of which we will use now.

Configuration ⇨ Create ⇨ Simple random mix

A random mix can contain any number of species - we only have one (our argon atom) so highlight it in the list press Select

You will now see that the Generator section has been populated with several steps, and a new configuration of atomic coordinates has been created based on these steps. We’ll go through these one-by-one in the order they appear. To see the settings for any step, click on it to show its options in the panel immediately below the list of steps.

Node Purpose
Parameters Defines one or more numerical parameters that can be referenced by other nodes in the generator. We have only one value called “rho” which defines the density of the configuration. Note that “rho” is just a number and has no associated units - these are specified in the Add node.
Box Defines side lengths and angles for the periodic box. Note that relative lengths can be given, and the box expanded automatically (when adding species, for instance) to achieve some specific density.
Add Adds a number of copies of the specified species to the configuration. The BoxAction option controls how/if the box volume should be scaled to give the density specified once the species has been added, and is most useful when supplying relative box lengths. If set to None the box would remain at its current size (defaulting to 1.0 Å3) but the full population of molecules will still be added.

In the Add node note how we have referenced the “rho” parameter for the density.

Many numerical options can be given in the form of equations referencing variables such as those set in a Parameters node. A green tick indicates if the equation is valid.

Let’s change the settings of our configuration’s generator to give us a suitable system.

Click on the Parameters node to show its options

Change the value of the “rho” variable to 0.0213 (which is our target density in units of atoms/A3)

Click on the Parameters node to show its options

Check that the units for the Density are set to atoms/A3

Increase the Population to 1000

Finally, we need to set the correct temperature for the configuration.

Set the Temperature to 85 K to match that of the experimental measurement

Because we’ve changed some settings, we need to hit the Regenerate button to recreate our initial configuration.


Previous Step

Next Step

You can regenerate a configuration at any time, but bear in mind that other quantities calculated by modules may also need to be cleared. Remove all of this data to begin a ‘clean’ run with the Clear Module Data option in the Simulation menu.

Last modified March 10, 2023: Web docs styling (#1350) (43924dc)