Difference between revisions of "First steps in Yambopy"

From The Yambo Project
Jump to navigation Jump to search
Line 27: Line 27:


And go to [[GW tutorial. Convergence and approximations (BN)]] or [[Bethe-Salpeter equation tutorial. Optical absorption (BN)]].
And go to [[GW tutorial. Convergence and approximations (BN)]] or [[Bethe-Salpeter equation tutorial. Optical absorption (BN)]].
You can find all the documentation of yambopy here http://yambopy.readthedocs.io/en/latest/index.html

Revision as of 12:13, 26 April 2017

Enter in a node and create in the scratch a folder

<source lang="python"> ssh -Y tutoXY@cecam; ssh -Y node0XY cd /home/scratch mkdir your_name; cd your_name </source>

You clone yambopy from the git repository

<source lang="python"> git clone https://github.com/henriquemiranda/yambo-py.git </source>

You enter into the yambopy folder and install

<source lang="python"> cd yamboypy python setup.py install --user </source>

Now yambopy is ready for use! Just go to tutorials folder and follow the docs!

<source lang="python"> cd tutorial/bn </source>

And go to GW tutorial. Convergence and approximations (BN) or Bethe-Salpeter equation tutorial. Optical absorption (BN).

You can find all the documentation of yambopy here http://yambopy.readthedocs.io/en/latest/index.html