Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of ramp protocol for the calculation of steady state voltage #77

Open
anilbey opened this issue Sep 5, 2023 · 1 comment
Open

Comments

@anilbey
Copy link
Collaborator

anilbey commented Sep 5, 2023

@AurelienJaquier and I are wondering why a ramp protocol with the same start and stop step levels is used here in the calculation of the steady state voltage.

cell.add_ramp(500, 5000, step_level, step_level)

Wouldn't the following achieve the same?

cell.add_step(500, 5000, step_level)

Do you know why ramp is preferred here @wvangeit ?

cell.add_ramp(500, 5000, step_level, step_level)

@bbpgithubcells
Copy link
Collaborator

i'm not sure. Maybe you could check the exact current/time trace generated using these protocols. Maybe there is a small difference that hinders reproducibility?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants