예제 #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, {})