[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ESPResSo-users] dihedral angles in espressomd (python)
From: |
Pierre de Buyl |
Subject: |
Re: [ESPResSo-users] dihedral angles in espressomd (python) |
Date: |
Mon, 26 Nov 2018 22:33:10 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Dear Gil,
There is an example of use of the dihedral potential in the testsuite, see here:
https://github.com/espressomd/espresso/blob/python/testsuite/python/interactions_dihedral.py#L137
The potential is used in a bond in the subsequent line.
Regards,
Pierre
On Mon, Nov 26, 2018 at 05:58:30AM +0000, Gil Claudio wrote:
> Hi,
> I would like to know the script/syntax to use dihedral angles in espressomd
> (python).
> http://espressomd.org/html/doc4.0/inter_bonded.html#dihedral-interactions
>
> In the documentation (link above), the syntax is not included.
> Thanks.
> Gil