.gitignore
.pre-commit-config.yaml
LICENSE
README.md
download-data.sh
pyproject.toml
setup.cfg
setup.py
.github/workflows/pre-commit.yml
.github/workflows/publish.yml
.github/workflows/test.yml
/home/runner/work/starfit/starfit/src/starfit/fitness/norm.f
/home/runner/work/starfit/starfit/src/starfit/fitness/powell.f90
/home/runner/work/starfit/starfit/src/starfit/fitness/solver.f90
/home/runner/work/starfit/starfit/src/starfit/solgen/solgen.f90
src/starfit/__init__.py
src/starfit/abu_proc.py
src/starfit/fit.py
src/starfit/ga.py
src/starfit/read.py
src/starfit/starfit.py
src/starfit/starplot.py
src/starfit.egg-info/PKG-INFO
src/starfit.egg-info/SOURCES.txt
src/starfit.egg-info/dependency_links.txt
src/starfit.egg-info/not-zip-safe
src/starfit.egg-info/requires.txt
src/starfit.egg-info/top_level.txt
src/starfit/autils/.gitignore
src/starfit/autils/__init__.py
src/starfit/autils/abumodel.py
src/starfit/autils/abuset.py
src/starfit/autils/abusets.py
src/starfit/autils/isotope.py
src/starfit/autils/keputils.py
src/starfit/autils/loader.py
src/starfit/autils/logged.py
src/starfit/autils/physconst.py
src/starfit/autils/stardb.py
src/starfit/autils/utils.py
src/starfit/autils/uuidtime.py
src/starfit/autils/human/__init__.py
src/starfit/autils/human/byte.py
src/starfit/autils/human/config.py
src/starfit/autils/human/power.py
src/starfit/autils/human/prefix.py
src/starfit/autils/human/range.py
src/starfit/autils/human/template.py
src/starfit/autils/human/time.py
src/starfit/autils/human/unit.py
src/starfit/autils/human/util.py
src/starfit/autils/human/value.py
src/starfit/autils/human/version.py
src/starfit/data/db/.hashlist
src/starfit/data/ref/.hashlist
src/starfit/data/ref/bbnc16.dat
src/starfit/data/ref/bbnc19.dat
src/starfit/data/ref/bbnf02.dat
src/starfit/data/ref/solabu.dat
src/starfit/data/ref/solag89.dat
src/starfit/data/ref/solas09.dat
src/starfit/data/ref/solas12.dat
src/starfit/data/ref/solgn93.dat
src/starfit/data/ref/sollo03.dat
src/starfit/data/ref/sollo09.dat
src/starfit/data/ref/sollo20.dat
src/starfit/data/ref/sollo22.dat
src/starfit/data/stars/.hashlist
src/starfit/data/stars/BS16934-002.dat
src/starfit/data/stars/CS30336-049.dat
src/starfit/data/stars/Cayrel2004.dat
src/starfit/data/stars/Cayrel2004_Spite2008.dat
src/starfit/data/stars/HE0107-5240.dat
src/starfit/data/stars/HE0557-4840.dat
src/starfit/data/stars/HE1300+0157.dat
src/starfit/data/stars/HE1327-2326.dat
src/starfit/data/stars/HE1327-2326_dwarf.dat
src/starfit/data/stars/HE1327-2326_subgiant.dat
src/starfit/data/stars/HE1424-0241.dat
src/starfit/data/stars/SDSS-J102915+172927.dat
src/starfit/data/stars/SMSS_J031300-670839.dat
src/starfit/fitness/__init__.py
src/starfit/fitness/norm.f
src/starfit/fitness/norm.inc
src/starfit/fitness/powell.f90
src/starfit/fitness/solver.f90
src/starfit/fitness/solver.py
src/starfit/solgen/__init__.py
src/starfit/solgen/solgen.f90
tests/test_ga.py
tests/test_single.py