Skip to content

angular distribution function - periodic boundary conditions #304

@bananenpampe

Description

@bananenpampe

I am computing the angular distribution function for a system with and without periodic boundary conditions. I am under the impression, that when periodic boundary conditions are enforced, there are artifacts introduced for small angles.

frames = ase.io.read("test.xyz",index="::5")
for frame in frames:
    frame.wrap(eps=1e-12)

mol = MultiMolecule.from_ase(frames)
adf = mol.init_adf(r_max="3.73", weight=None)

# or  adf = mol.init_adf(r_max="3.73", weight=None, periodic="xyz")

output
output_w_pbc

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