示例#1
0
def test_full_1d():
    check_ff(get_ff_polyethylene(), FullCellDOF, 3, {})
示例#2
0
def test_iso_1d():
    check_ff(get_ff_polyethylene(), IsoCellDOF, 1, {})
示例#3
0
def test_strain_1d():
    check_ff(get_ff_polyethylene(), StrainCellDOF, 1, {})
示例#4
0
文件: test_dof.py 项目: molmod/yaff
def test_full_1d():
    check_ff(get_ff_polyethylene(), FullCellDOF, 3, {})
示例#5
0
文件: test_dof.py 项目: molmod/yaff
def test_iso_1d():
    check_ff(get_ff_polyethylene(), IsoCellDOF, 1, {})
示例#6
0
文件: test_dof.py 项目: molmod/yaff
def test_strain_1d():
    check_ff(get_ff_polyethylene(), StrainCellDOF, 1, {})