You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -170,11 +177,11 @@ Above, ``\hat{C}_i`` represent the collapse operators related to pure dissipatio
170
177
- `c_ops`: List of collapse operators ``\{\hat{C}_i\}_i``. It can be either a `Vector` or a `Tuple`.
171
178
- `sc_ops`: List of stochastic collapse operators ``\{\hat{S}_n\}_n``. It can be either a `Vector` or a `Tuple`.
172
179
- `e_ops`: List of operators for which to calculate expectation values. It can be either a `Vector` or a `Tuple`.
173
-
- `params`: `NamedTuple` of parameters to pass to the solver.
180
+
- `params`: `NullParameters` of parameters to pass to the solver.
174
181
- `rng`: Random number generator for reproducibility.
175
182
- `ntraj`: Number of trajectories to use.
176
183
- `ensemble_method`: Ensemble method to use. Default to `EnsembleThreads()`.
177
-
- `prob_func`: Function to use for generating the ODEProblem.
184
+
- `prob_func`: Function to use for generating the SDEProblem.
178
185
- `output_func`: a `Tuple` containing the `Function` to use for generating the output of a single trajectory, the (optional) `ProgressBar` object, and the (optional) `RemoteChannel` object.
179
186
- `progress_bar`: Whether to show the progress bar. Using non-`Val` types might lead to type instabilities.
180
187
- `kwargs`: The keyword arguments for the ODEProblem.
@@ -197,7 +204,7 @@ function smesolveEnsembleProblem(
@@ -283,11 +291,11 @@ Above, ``\hat{C}_i`` represent the collapse operators related to pure dissipatio
283
291
- `sc_ops`: List of stochastic collapse operators ``\{\hat{S}_n\}_n``. It can be either a `Vector` or a `Tuple`.
284
292
- `alg`: The algorithm to use for the stochastic differential equation. Default is `SRA1()`.
285
293
- `e_ops`: List of operators for which to calculate expectation values. It can be either a `Vector` or a `Tuple`.
286
-
- `params`: `NamedTuple` of parameters to pass to the solver.
294
+
- `params`: `NullParameters` of parameters to pass to the solver.
287
295
- `rng`: Random number generator for reproducibility.
288
296
- `ntraj`: Number of trajectories to use.
289
297
- `ensemble_method`: Ensemble method to use. Default to `EnsembleThreads()`.
290
-
- `prob_func`: Function to use for generating the ODEProblem.
298
+
- `prob_func`: Function to use for generating the SDEProblem.
291
299
- `output_func`: a `Tuple` containing the `Function` to use for generating the output of a single trajectory, the (optional) `ProgressBar` object, and the (optional) `RemoteChannel` object.
292
300
- `progress_bar`: Whether to show the progress bar. Using non-`Val` types might lead to type instabilities.
293
301
- `kwargs`: The keyword arguments for the ODEProblem.
0 commit comments