First steps in Yambopy
Jump to navigation
Jump to search
Enter in a node and create in the scratch a folder
ssh -Y tutoXY@cecam; ssh -Y node0XY cd /home/scratch mkdir your_name; cd your_name
You clone yambopy from the git repository
git clone https://github.com/henriquemiranda/yambo-py.git
You enter into the yambopy folder and install
cd yamboypy python setup.py install --user