Skip to content

ConductivityAnalyzer with multiple species #174

Description

@PythonFZ

When computing the Einstein Helfand ionic conductivity e.g. in my case for an ionic liquid BMIM BF4 I need to compute the MSD of the translational dipole of the system

$$ M(t) = q \sum z_i \vec{r}_i(t) $$

over all charged species $i$ with their charge $z_i$ and position $\vec{r}_i(t)$.

Can you provide me with an example on how to compute this? I have only found this test line for a single ionic species

da_params = {'specie': 'Li', 'time_step': 2.0 * sc.Unit('ps'), 'step_skip': 50 * sc.Unit('dimensionless')}

but I need to compute the COM translational dipole from all ionic species in my system.

Is this possible, because the documentation https://kinisi.readthedocs.io/en/latest/ase_COG.html states

Only identical molecules are supported.

for computing the diffusion.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions