Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utility functions for initializing coils for stage 2 optimization #1361

Merged
merged 24 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f9da4d1
Add functions for initializing modular and saddle coils
f0uriest Nov 13, 2024
c6e84dd
Use new functions in notebooks, add tests
f0uriest Nov 13, 2024
ac59737
Add new fns to docs
f0uriest Nov 13, 2024
df907d4
Update desc/coils.py
f0uriest Nov 13, 2024
55f49fb
Improve docstrings, fix typos
f0uriest Nov 14, 2024
3f8537b
Update changelog
f0uriest Nov 14, 2024
48502c5
Merge branch 'master' into rc/coils_init
f0uriest Nov 14, 2024
1372aeb
Update changelog action version
f0uriest Nov 13, 2024
3575551
Add linking number objective to finite beta coil example
f0uriest Nov 14, 2024
ec1962b
Merge branch 'rc/coils_init' of github.com:PlasmaControl/DESC into rc…
f0uriest Nov 14, 2024
c576392
Merge branch 'master' into rc/coils_init
f0uriest Nov 15, 2024
c939110
Merge branch 'master' into rc/coils_init
dpanici Nov 20, 2024
d9cf62c
Merge branch 'master' into rc/coils_init
dpanici Nov 25, 2024
2be5b5f
reduce linking number grid res, re-ran after merging master so result…
dpanici Nov 25, 2024
2256c4c
Merge branch 'master' into rc/coils_init
f0uriest Dec 3, 2024
85cfd30
Merge branch 'master' into rc/coils_init
dpanici Dec 13, 2024
1165e95
Merge branch 'master' into rc/coils_init
dpanici Dec 15, 2024
e8d229e
update notebook
dpanici Dec 18, 2024
c06b995
Merge branch 'master' into rc/coils_init
f0uriest Dec 19, 2024
bfbf7bc
Merge branch 'master' into rc/coils_init
f0uriest Jan 7, 2025
6c619f7
Merge branch 'master' into rc/coils_init
rahulgaur104 Jan 8, 2025
0333376
Merge branch 'master' into rc/coils_init
dpanici Jan 9, 2025
5381083
Merge branch 'master' into rc/coils_init
dpanici Jan 15, 2025
dcf666c
Merge branch 'master' into rc/coils_init
dpanici Jan 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ New Features
- Allows ``ToroidalFlux`` objective to accept ``FourierRZToroidalSurface`` so it can be used to specify the toroidal flux through a QFM surface.
- Adds ``eq_fixed`` flag to ``ToroidalFlux`` to allow for the equilibrium/QFM surface to vary during optimization, useful for single-stage optimizations.
- Adds tutorial notebook showcasing QFM surface capability.
- Add ``desc.coils.initialize_modular_coils`` and ``desc.coils.initialize_saddle_coils`` for creating an initial guess for stage 2 optimization.
- Adds ``rotate_zeta`` function to ``desc.compat`` to rotate an ``Equilibrium`` around Z axis.


Expand Down
Loading
Loading