From f02b719cad9fc03efb036ed9492312367ab3321f Mon Sep 17 00:00:00 2001 From: Dibyendu-IITKGP Date: Tue, 17 Sep 2024 16:59:12 +0100 Subject: [PATCH 1/2] README.md file updated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c57d0642..bab98efa 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,11 @@ These include a wide variety of optimisation problems that require careful consi Explore our [example notebooks](https://github.com/pybop-team/PyBOP/blob/develop/examples) for hands-on demonstrations: - [Gravimetric design optimisation (SPM)](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/spm_electrode_design.ipynb) -- [GITT fitting of an ECM for an LG M50](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/LG_M50_ECM/1-single-pulse-circuit-model.ipynb) +- [GITT fitting of an ECM for an LG M50](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/1-single-pulse-circuit-model.ipynb) - [Non-linear constrained ECM parameter identification](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/ecm_trust-constr.ipynb) - [Optimiser comparison for parameter identification](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/multi_optimiser_identification.ipynb) - [Parameter identification for spatial pouch cell model](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/pouch_cell_identification.ipynb) +- [Estimating ECM parameters from HPPC pulse](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/equivalent_circuit_identification_hppc.ipynb) ### Python Scripts From 37193617ce86b7db11ebfde0ba3df70f410cddd4 Mon Sep 17 00:00:00 2001 From: Dibyendu-IITKGP Date: Wed, 18 Sep 2024 11:22:57 +0100 Subject: [PATCH 2/2] Notebook example entries in README.md file updated --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bab98efa..abfdac90 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ These include a wide variety of optimisation problems that require careful consi Explore our [example notebooks](https://github.com/pybop-team/PyBOP/blob/develop/examples) for hands-on demonstrations: - [Gravimetric design optimisation (SPM)](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/spm_electrode_design.ipynb) -- [GITT fitting of an ECM for an LG M50](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/1-single-pulse-circuit-model.ipynb) - [Non-linear constrained ECM parameter identification](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/ecm_trust-constr.ipynb) - [Optimiser comparison for parameter identification](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/multi_optimiser_identification.ipynb) - [Parameter identification for spatial pouch cell model](https://github.com/pybop-team/PyBOP/blob/develop/examples/notebooks/pouch_cell_identification.ipynb)