Skip to content

zybbigpy/Phy5120

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phy5120

How to build my code

First of all, clone my code from Github.

git clone git@github.com:zybbigpy/Phy5120.git

Then, use git pull to get the latest code and report.

git pull origin master

If your system support Make, just use the command below. if you have pandoc and LaTeX in your system, you can build the pdf file. Otherwise you just enter the report directory to get the pdf file. If you want to change the parameter, read the Makefile and you will find it is so easy.

# go to hw1
cd hw1
# run code
make run
# make pdf file
make doc
# clean data
make clean
# format code
make format

About

Computational Material Science

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published