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

Calculate the Haven's Ratio #269

Closed
v1kko opened this issue Feb 21, 2024 · 2 comments · Fixed by #283
Closed

Calculate the Haven's Ratio #269

v1kko opened this issue Feb 21, 2024 · 2 comments · Fixed by #283
Assignees

Comments

@v1kko
Copy link
Contributor

v1kko commented Feb 21, 2024

No description provided.

@v1kko v1kko changed the title Calculate the Haven Ratio Calculate the Haven's Ratio Feb 21, 2024
@stefsmeets
Copy link
Contributor

This is essentially the tracer diffusivity of the center of mass of all floating atoms (from the starting point).

@stefsmeets stefsmeets self-assigned this Mar 12, 2024
@stefsmeets
Copy link
Contributor

stefsmeets commented Mar 12, 2024

Haven ratio is defined as:

$H_R = \frac{D^*}{D_\sigma}$

Tracer diffusion (SimulationMetrics.tracer_diffusivity()):

$D^*=\frac{1}{3}\int_{0}^{\infty}\left \langle \overline{v(0)}\cdot \overline{v(t)} \right \rangle dt$

Ionic conductivity (essentially tracer_diffusivity of center of mass):

$D_\sigma=\frac{1}{3N}\int_{0}^{\infty} \sum_{i,j}^{1...N} \left \langle \overline{v_i(0)}\cdot \overline{v_j(t)} \right \rangle dt$

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

Successfully merging a pull request may close this issue.

2 participants