Skip to content

Commit

Permalink
update imports, version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfell committed Feb 1, 2024
1 parent 5f1a495 commit ea4ee76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Several simulated RFB examples can be found in a notebook in `docs/source/exampl
To simulate a full cell with constant current (CC) cycling:

```python
from redox_flow_cell import ZeroDModel
from experiment import ConstantCurrent
from rfbzero.redox_flow_cell import ZeroDModel
from rfbzero.experiment import ConstantCurrent


# define full cell and electrolyte parameters
Expand Down Expand Up @@ -75,9 +75,9 @@ results = protocol.run(cell_model=cell, duration=1000)
or a symmetric cell with constant current constant voltage (CCCV) cycling, with an electrolyte undergoing a first order chemical degradation in the reduced form:

```python
from redox_flow_cell import ZeroDModel
from degradation import ChemicalDegradationReduced
from experiment import ConstantCurrentConstantVoltage
from rfbzero.redox_flow_cell import ZeroDModel
from rfbzero.degradation import ChemicalDegradationReduced
from rfbzero.experiment import ConstantCurrentConstantVoltage


# define symmetric cell and electrolyte parameters
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "rfbzero"
version = "1.0.0"
version = "1.0.0.post1"
authors = [
{ name="Eric Fell", email="efell@g.harvard.edu" },
{ name="Jeremy Fell", email="jfell@sfu.ca"},
Expand Down

0 comments on commit ea4ee76

Please sign in to comment.