PostNewtonian
PostNewtonian copied to clipboard
Better swapping
Somewhere in the spin precession notebook (and possibly elsewhere), I swap variables by using subs in an ugly way with intermediate dummy variables. But subs actually takes a keyword argument simultaneous=True which allows such swaps directly. This would make things look much nicer.