예제 #1
0
파일: mctdhb.py 프로젝트: EmCeeEs/MCTDHB-py
 def run_properties(self, quiet=False):
     """Compute MCTDHB properties."""
     self.write_input()
     util.execute(self._bins[1], quiet)
예제 #2
0
 def run_properties(self, quiet=False):
     """Compute MCTDHB properties."""
     self.write_input()
     util.execute(self._bins[1], quiet)
예제 #3
0
파일: mctdhb.py 프로젝트: EmCeeEs/MCTDHB-py
 def run(self, quiet=False):
     """Run the MCTDHB package."""
     self.write_input()
     util.execute(self._bins[0], quiet)
예제 #4
0
 def run(self, quiet=False):
     """Run the MCTDHB package."""
     self.write_input()
     util.execute(self._bins[0], quiet)