-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug Fix: Wiggler diffusion matrix (#759)
* Adding wiggler matrix diffusion code and modifying wiggler integrators to initialize z position for every particle * Silencing warnings for .mexw64 and .pyd extensions * Defining energy in mex file from Param instead of ElemData * Wiggler difussion matrices added to ohmienvelope * Matlab/Python mex function update * update matlab & python runners * Merged gwigrad2 to gwigR * GwigInit function update * Adding rotation and translation to integrators * Spelling typos * Wiggler index deletion enhanced * File modification log update * Updated radiation kicks computation and documentation * Minor changes to documentation * Updating rotation and translation diffusion * Minor changes to integrator file * Translation diffusion deleted * radiation kicks back to original formula --------- Co-authored-by: ZeusMarti <zeus@cells.es> Co-authored-by: oscarxblanco <108396048+oscarxblanco@users.noreply.github.com>
- Loading branch information
1 parent
f34f189
commit a409dd6
Showing
8 changed files
with
995 additions
and
98 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,11 @@ | |
*.mex | ||
*.mexa64 | ||
*.mexmaci64 | ||
*.mexw64 | ||
|
||
# Compiled python | ||
*.pyc | ||
*.pyd | ||
|
||
# pytest cache | ||
.cache | ||
|
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.