Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark-Elektron committed Aug 14, 2024
1 parent 3bc0f10 commit e368cf0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ import pprint
pp = pprint.PrettyPrinter(indent=4)

cavs = Cavities()
cavs.save(project_folder='D:\Dropbox\CavityDesignHub\MuCol_Study\SimulationData\ConsoleTest')
cavs.save(project_folder='/user/home/...')

# define geometry parameters
n_cells = 9
Expand Down Expand Up @@ -380,6 +380,11 @@ optimisation_config = {
```
Several other parameters like `method`, can be controlled. The full configuration file can be found in the `config_files` folder.

```python
cavs = Cavities([])
# must first save cavities
cavs.save('D:\Dropbox\CavityDesignHub\MuCol_Study\SimulationData\ConsoleTest')
```
## Uncertainty Quantification Capabilities

Each simulation described until now can be equiped with uncertainty quantification (UQ) capabilites by passing in a
Expand Down

0 comments on commit e368cf0

Please sign in to comment.