refstruct.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:capriqorn 作者: bio-phys 项目源码 文件源码
def maxInnerDistance(xyz):
    """max distance between atoms in ``xyz``

    Parameters
    ----------
    xyz : array_like
        array of atoms positions

    Returns
    -------
    float
        maximal distance
    """
    return cdist(xyz, xyz).max()


# --- cell list implementation by Juergen Koefinger below ---
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号