atomec-project / atoMEC

Python-based average-atom code for simulations of high energy density phenomena such as in warm dense matter.
https://atomec-project.github.io/atoMEC/
BSD 3-Clause "New" or "Revised" License
17 stars 12 forks source link

Add a function to check nmax and lmax are big enough #176

Closed timcallow closed 1 year ago

timcallow commented 1 year ago

A utility function to check that the user chosen values of nmax and lmax are big enough (to ensure convergence)

codecov[bot] commented 1 year ago

Codecov Report

Merging #176 (dccddbe) into develop (2b3e4c4) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #176      +/-   ##
===========================================
+ Coverage    97.70%   97.73%   +0.02%     
===========================================
  Files           14       14              
  Lines         2226     2247      +21     
===========================================
+ Hits          2175     2196      +21     
  Misses          51       51              
Impacted Files Coverage Δ
atoMEC/models.py 96.85% <ø> (ø)
atoMEC/check_inputs.py 95.42% <100.00%> (+0.04%) :arrow_up:
atoMEC/config.py 100.00% <100.00%> (ø)
atoMEC/staticKS.py 98.68% <100.00%> (+0.04%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.