-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace maths library with Python libraries (#3418)
* Use scipy elliptic integrals * Use scipy comb over binomial * Interpolate instead of find_y_nonuniform_x * Use svd from numpy * Convert eshellarea to Python * Convert dshellarea to Python * Move integer to string routines to main module * Convert eshellvol to Python * Convert dshellvol to Python * Remove variable_error checking from maths library * Reverted some new fixes on main * Fix ruff formatting in PF coil * Dont remove 4th ccls in test_efc
- Loading branch information
1 parent
6bac4f3
commit 6537260
Showing
12 changed files
with
215 additions
and
1,062 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.