aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/Physics (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-03Add all the elements from Z=87 (Fr) to Z=100 (Fm) to the ionization table ↵Gravatar Luca Fedeli 2-6/+1786
(#3670) * add elements between Z=87 and Z=100 to the ionization table * update documentation
2023-02-02add elements from Z=55 to Z=85 to the ionization table (#3666)Gravatar Luca Fedeli 2-6/+2978
2023-01-31Add Sr, Y, Zr, Nb, Mo, Tc, Ru, Rh, Pd, Ag, Cd, In, Sn, Sb, Te, I, Xe to the ↵Gravatar Luca Fedeli 2-63/+1075
ionization table (#3652) * add Sr, Y, Zr, Nb, Mo, Tc, Ru, Rh, Pd, Ag, Cd, In, Sn, Sb, Te, I, Xe to the ionization tables * fix bug
2023-01-30add K,Ca,Sc,Zn,Ga,Ge,As,Se,Br to ionization tables (#3646)Gravatar Luca Fedeli 2-12/+593
2023-01-28Add ionization support for Titanium (#3645)Gravatar Marco Garten 2-11/+43
* Add ionization support for Titanium This commit adds ionization support for Titanium as asked for in WarpX Issue 3641. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-10Partial refactoring of the utils directory (#3404)Gravatar Luca Fedeli 4-0/+779
* initial work to clean WarpX Utils * remove AMRCore from Ionization tables * progress * refactoring of a part of the utils directory * fix bug * fixed bug * fixed bug * remove debug line accidentally slipped into the code * remove debug line accidentally slipped into the code * remove debug line accidentally slipped into the code * cleaning * fixed bug