Educational

From The Yambo Project
Revision as of 10:15, 22 January 2020 by Marini (talk | contribs) (Created page with "== Clone == %git clone git@github.com:yambo-code/educational.git %cd educationl/tutorials %git clone git@github.com:yambo-code/tutorials.git ./ == Download all SAVEs == %...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Clone

%git clone git@github.com:yambo-code/educational.git
%cd educationl/tutorials
%git clone git@github.com:yambo-code/tutorials.git ./

Download all SAVEs

%./educational.pl -download -tutorial all

Add a new tutorial

%cd tutorials
%mkdir TEST

At this point fill the TEST folder with the SAVE, inputs, outputs... Add to the repo the text files and commit.

To upload the TEST just go up of tutorials and type

%./educational.pl -t TEST -up

and the game is done.