Cell width used in PMFT does match max_x, etc.

Issue #99 resolved
Eric Harper created an issue

In order to be able to actually sample the entire area given by [-max, max], the cell width must be norm(dot(max, max)). This value is not available to the user, so cell width errors are not immediately obvious. the used value should be made available to the user.

Comments (2)

  1. Eric Harper reporter

    Might be worth it to check at the python level and error out before hitting the more opaque C++ level issue.

  2. Log in to comment