Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
format lecture_08.pdf
  • Loading branch information
rcc02007 committed Feb 14, 2017
1 parent 9e7d607 commit c994d71
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 208 deletions.
Binary file added lecture_08/Auchain_model.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lecture_08/goldmin.m
Expand Up @@ -33,4 +33,4 @@ while(1)
if xopt~=0, ea = (2 - phi) * abs((xu - xl) / xopt) * 100;end if xopt~=0, ea = (2 - phi) * abs((xu - xl) / xopt) * 100;end
if ea <= es | iter >= maxit,break,end if ea <= es | iter >= maxit,break,end
end end
x=xopt;fx=f(xopt,varargin{:}); x=xopt;fx=f(xopt,varargin{:});
327 changes: 121 additions & 206 deletions lecture_08/lecture_08.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lecture_08/lecture_08.md
Expand Up @@ -19,7 +19,7 @@ Considering a 1-D gold chain, we can calculate the bond length, $x_{b}$, with no
Computational Tools to Study and Predict the Long-Term Stability of Nanowires. Computational Tools to Study and Predict the Long-Term Stability of Nanowires.
By Martin E. Zoloff Michoff, Patricio Vélez, Sergio A. Dassie and Ezequiel P. M. Leiva By Martin E. Zoloff Michoff, Patricio Vélez, Sergio A. Dassie and Ezequiel P. M. Leiva


![Model of Gold chain, from molecular dynamics simulation](Auchain_model.gif) ![Model of Gold chain, from molecular dynamics simulation](Auchain_model.png)


[Single atom gold chain mechanics](http://www.uam.es/personal_pdi/ciencias/agrait/) [Single atom gold chain mechanics](http://www.uam.es/personal_pdi/ciencias/agrait/)


Expand Down
Binary file added lecture_08/lecture_08.pdf
Binary file not shown.
Binary file modified lecture_08/octave-workspace
Binary file not shown.

0 comments on commit c994d71

Please sign in to comment.