Skip to content

Update the vdwradii dictionnary (where there is Van der Waals radius value for each atom type) #94

Description

@KarinDuong

We can add more value to it, with :

vdwradii_atomelements = mda.topology.tables.vdwradii
vdwradii_atomelements['the name of the atom type'] = the value

https://docs.mdanalysis.org/2.0.0/documentation_pages/topology/tables.html

And use this new dictionnary in guess_bound :

mol.atoms.guess_bonds(vdwradii= vdwradii_atomelements)

where mol is the variable that contain the mda universe.
https://docs.mdanalysis.org/1.1.1/documentation_pages/topology/guessers.html

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