Skip to content

MSE 458 for Juncen and Chulin: Finding rare-earth intermetallic compounds

Notifications You must be signed in to change notification settings

PureHyd/MSE458_Final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSE458 Final

MSE 458 for Juncen and Chulin

Result: Found 31 new intermetallic compounds of rare-earth metals that are stable

Final report: https://github.com/PureHyd/MSE458_Final/blob/master/458Final_Extra.pdf

Git Cheatsheet

  1. Download

git clone https://github.com/PureHyd/MSE458_Final.git

  1. (optional) Memorize your git password

git config credential.helper store
git push https://github.com/PureHyd/MSE458_Final.git
git config --global user.name "[Your name]"
git config --global user.email [you@example.com]

  1. Update (Remember to update every time!)

git pull

  1. Edit... Do all the work...

  2. Add all files into the next commit (next upload):

git add -A

  1. After you add all files, show status (Tell you What have been changed):

git status

  1. Add changes with descriptions (Just log what you have done):

git commit -am "[Message]"

  1. Upload online (Now we have more progress!):

git push

  1. Repeat steps 3~8 👍

By the way, you can all check recent uploads by clicking the "Commits" button above the green line on this page.

Use module load python before running a python code!

About

MSE 458 for Juncen and Chulin: Finding rare-earth intermetallic compounds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages