MANIFEST.in
README.md
setup.py
cell_models/__init__.py
cell_models/ap_features.py
cell_models/cell_model.py
cell_models/current_models.py
cell_models/kernik.py
cell_models/main.py
cell_models/model_initial.py
cell_models/ohara_rudy.py
cell_models/paci_2018.py
cell_models/protocols.py
cell_models/testing_pkg.py
cell_models/trace.py
cell_models.egg-info/PKG-INFO
cell_models.egg-info/SOURCES.txt
cell_models.egg-info/dependency_links.txt
cell_models.egg-info/top_level.txt
cell_models/ga/__init__.py
cell_models/ga/baseline_ss.npy
cell_models/ga/baseline_trace.npy
cell_models/ga/ga_configs.py
cell_models/ga/genetic_algorithm_results.py
cell_models/ga/models_at_ss.npy
cell_models/ga/models_at_ss_artefact.npy
cell_models/ga/mp_parameter_tuning.py
cell_models/ga/mp_voltage_clamp_optimization.py
cell_models/ga/random5_trace.npy
cell_models/ga/target_objective.py
cell_models/ga/voltage_clamp_optimization.py
cell_models/ga/voltage_clamp_optimization_experiments.py
tests/__init__.py
tests/context.py
tests/test_cell_protocols.py
tests/test_exp_artefacts.py
tests/test_ga_results.py
tests/test_kernik.py
tests/test_mp_ga.py
tests/test_mp_vc_protocol.py
tests/test_protocols.py