[ase-users] Analysis.py
Gaël Donval
gdonval at pm.me
Sat Jan 2 23:56:12 CET 2021
Hi,
> Hi ,
>
> I am a new user,
>
> I have a question regarding the function all_angles(self)
> Up to which cutoff radius the angles within atoms are evaluated and how to
> modify it.
That depends on how you build your Analysis object.
If you provide a neighbourlist (already build with a cutoff, etc.), it is giving
all angles between all neighbour triplets.
If it is given nothing but atoms, Analysis builds its own internal
neighbourlist. In that case, any extra parameter to Analysis will be forwarded
to the neighbourlist builder, so you can directly use e.g. `cutoffs=` in there
to set a custom radius.
The relevant documentation is here:
https://wiki.fysik.dtu.dk/ase/ase/geometry.html#ase.geometry.analysis.Analysis
Cheers,
Gaël
>
> Best Regards,
> Linda
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 233 bytes
Desc: OpenPGP digital signature
URL: <http://listserv.fysik.dtu.dk/pipermail/ase-users/attachments/20210102/be1218f8/attachment.sig>
More information about the ase-users
mailing list