<div dir="ltr">Hi Everybody,<br><br>I'm happy to announce that CP2K is now officially supported by the Atomic Simulation Environment (ASE).<br>ASE is a popular open framework for doing atomistic simulations with Python.<br>Running a CP2K calculation with ASE can be as simple as this:<br><br>  calc = CP2K()<br>  h20 = molecule('H2O', calculator=calc)<br>  h20.center(vacuum=2.0)<br>  print h20.get_potential_energy()<br><br>To learn more have a look at the ASE website: https://wiki.fysik.dtu.dk/ase/<br><br>-Ole<br></div>