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
- Adds missing `&END` to the input file created from
`desc.vmec.VMECIO.write_vmec_input`, and adds automatically generated
header file showing date the input file was created.
Resolves#1653
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@ Changelog
2
2
=========
3
3
4
4
New Features
5
-
6
5
- Adds a new utility function ``desc.compat.contract_equilibrium`` which takes in an ``Equilibrium`` object and an argument ``inner_rho``, and returns a new ``Equilibrium`` with original ``Equilibrium``'s ``inner_rho`` flux surface as its boundary.
7
6
Optionally can also contract the profiles of the original ``Equilibrium`` so that the new ``Equilibrium``'s profiles match the original's in real space.
8
7
- Adds second-order NAE constraints, accessible by passing ``order=2`` to ``desc.objectives.get_NAE_constraints``.
8
+
- Adds automatically generated header file showing date the input file was created with `desc.vmec.VMECIO.write_vmec_input`
9
9
10
10
11
11
v0.14.1
@@ -15,6 +15,7 @@ Bug Fixes
15
15
- Fixes bug in ``desc.vmec.VMECIO.write_vmec_input`` for current-constrained equilibria, where DESC was incorrectly writing the ``s**0`` mode, where VMEC actually assumes it is zero and starts at the ``s**1`` (which is different than the usual convention VMEC uses for its current profile when it uses the current derivative, where it starts with the ``s**0`` mode).
16
16
- Fixes error that occurs when using the default grid for ``SplineXYZCoil`` in an optimization.
17
17
- Fixes bug in ``desc.coils.CoilSet.save_in_makegrid_format`` for ``CoilSet`` objects with ``sym=True`` or ``NFP>1``
18
+
- Adds missing `&END` to the input file created from `desc.vmec.VMECIO.write_vmec_input`
0 commit comments