issp-center-dev / HPhi

Quantum Lattice Model Simulator Package
https://www.pasums.issp.u-tokyo.ac.jp/hphi/en/
GNU General Public License v3.0
82 stars 25 forks source link

Problem in running tutorial_4.3 #151

Closed hcut closed 3 weeks ago

hcut commented 5 months ago

Hi I am getting the following trivial error while running the tutorials4.3 which is the program for calculating dynamical spin structure factors.

        (base) run@run:~/HPhi-3.5.1/samples/tutorial_4.3$ ./run.sh 
        Error
        Usage: python do_all.py path_to_HPhi.
        path_to_HPhi: relative or absolute path to HPhi.

Could you please help me in sorting this error. I will thankful to you.

tmisawa commented 5 months ago

Please specify the path to HPhi executable as an argument in run.sh. For example, sh ./run.sh /usr/bin/HPhi. This means that HPhi executable is located in usr/bin .

hcut commented 5 months ago

ok, thanks, worked!