Skip to content

A cofficient in PSW_func should be 168 #6

Description

@ljw20180420

I think this line

* (168*(r_max - r_min)**2 - 120*(r_max + r_min - 2*r)**2) \

should be

* (168*(r_max - r_min)**2 - 168*(r_max + r_min - 2*r)**2)  \

I found this by comparing it with poly_func.

F = epsilon * r**11 * 84 * (cutoff**2 - r**2) / cutoff**14

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