Commit b4d0054
Include missing SCF metadata fields in forwarddiff_rules.jl (#1133)
* Include missing SCF metadata fields in forwarddiff_rules.jl
* Removed extra line
* Added test to verify that scfres dual has the same parameters as scfres primal
* Removed extra tag in test
* Simplify scfres dual params test
* Use ForwardDiff.Tag(:mytag, Float64) function (which will increment ForwardDiff's internal global Tag counter) instead of directly using ForwardDiff.Tag{...} type constructor
* Fix symmetries & symmetry-breaking with ForwardDiff (#1082)
---------
Co-authored-by: Bruno Ploumhans <[email protected]>
* Added test to verify that scfres dual has the same parameters as scfres primal
* Removed extra tag in test
* Remove duplicate tau
* Re-align named tuple fields
---------
Co-authored-by: Niklas Schmitz <[email protected]>
Co-authored-by: Michael F. Herbst <[email protected]>
Co-authored-by: Bruno Ploumhans <[email protected]>1 parent 19fe479 commit b4d0054
2 files changed
+32
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
272 | 273 | | |
273 | 274 | | |
274 | 275 | | |
275 | | - | |
| 276 | + | |
| 277 | + | |
276 | 278 | | |
277 | 279 | | |
278 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
376 | 405 | | |
0 commit comments