Skip to content

Commit dd0a2e3

Browse files
authored
Update README [skip ci]
1 parent b2900b9 commit dd0a2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ attributes = {}
7979
attributes['volume'], attributes['n'] = constant_multiplicity(n_sd=n_sd, spectrum=initial_spectrum, range=sampling_range)
8080
```
8181

82-
The key element of the PySDM interface is the [``Core``](https://github.com/atmos-cloud-sim-uj/PySDM/blob/master/PySDM/simulation/particles.py)
82+
The key element of the PySDM interface is the [``Core``](https://github.com/atmos-cloud-sim-uj/PySDM/blob/master/PySDM/simulation/core.py)
8383
class which instances are used to manage the system state and control the simulation.
8484
Instantiation of the ``Core`` class is handled by the ``Builder``
8585
as exemplified below:
@@ -107,7 +107,7 @@ The vectors of particle multiplicities ``n`` and particle volumes ``v`` are
107107
The ``Coalescence`` Monte-Carlo algorithm (Super Droplet Method) is registered as the only
108108
dynamic in the system (other available dynamics representing
109109
condensational growth and particle displacement).
110-
Finally, the ``get_particles()`` method is used to obtain an instance
110+
Finally, the ``build()`` method is used to obtain an instance
111111
of ``Core`` which can then be used to control time-stepping and
112112
access simulation state.
113113

0 commit comments

Comments
 (0)