Exemplo n.º 1
0
 def run_properties(self, quiet=False):
     """Compute MCTDHB properties."""
     self.write_input()
     util.execute(self._bins[1], quiet)
Exemplo n.º 2
0
 def run_properties(self, quiet=False):
     """Compute MCTDHB properties."""
     self.write_input()
     util.execute(self._bins[1], quiet)
Exemplo n.º 3
0
 def run(self, quiet=False):
     """Run the MCTDHB package."""
     self.write_input()
     util.execute(self._bins[0], quiet)
Exemplo n.º 4
0
 def run(self, quiet=False):
     """Run the MCTDHB package."""
     self.write_input()
     util.execute(self._bins[0], quiet)