コード例 #1
0
ファイル: tst_asa.py プロジェクト: keitaroyam/cctbx_fork
  def test_asa_calculation_simple_hash(self):

    result = asa.calculate(
      atoms = ATOMS,
      indexer_selector = asa.get_hash_indexer_for,
      calculation = asa.simple_surface_calculation,
      )
    self.asa_result_check( result = result )
コード例 #2
0
ファイル: tst_asa.py プロジェクト: zhuligs/cctbx_project
    def test_asa_calculation_simple_hash(self):

        result = asa.calculate(
            atoms=ATOMS,
            indexer_selector=asa.get_hash_indexer_for,
            calculation=asa.simple_surface_calculation,
        )
        self.asa_result_check(result=result)
コード例 #3
0
ファイル: tst_asa.py プロジェクト: keitaroyam/cctbx_fork
  def test_asa_calculation_aa_hash(self):

    result = asa.calculate(
      atoms = ATOMS,
      indexer_selector = asa.get_hash_indexer_for,
      calculation = asa.altloc_averaged_calculation,
      )
    self.asa_result_check( result = result )
コード例 #4
0
ファイル: tst_asa.py プロジェクト: zhuligs/cctbx_project
    def test_asa_calculation_aa_hash(self):

        result = asa.calculate(
            atoms=ATOMS,
            indexer_selector=asa.get_hash_indexer_for,
            calculation=asa.altloc_averaged_calculation,
        )
        self.asa_result_check(result=result)