fortran语言,读不懂啊,请高人指点迷津,或是参看书籍,最好有电子版的,会的朋友可以下面交谈,另有谢!

!Crystal:Asimpleprogramtogeneratefcccoordinatesandwritethem!inacoordinatefile.Thisfil... ! Crystal: A simple program to generate fcc coordinates and write them
! in a coordinate file. This file can be read by the companion MD programs
! (and also by the BallRoom plotting program for visualization) and
! provides a starting point for a simulation.
! Crystal is meant to be an interactive program: prompts for the input
! parameters are provided, as well as some suggestions for the two
! materials simulated by the example MD programs (Lennard-Jonesium and
! Aluminum).
!
! Furio Ercolessi, SISSA, Trieste, May 1995, revised May 1997

program Crystal
implicit none
character*80 :: FileName
double precision :: alat,displac
integer :: nx,ny,nz
call Read_Parameters(FileName,alat,nx,ny,nz,displac)
call Generate_Crystal(FileName(1:len_trim(FileName)), &
alat,nx,ny,nz,displac)
end program Crystal

subroutine Read_Parameters(FileName,alat,nx,ny,nz,displac)
!
! Obtain all parameters from user
!
implicit none
integer, parameter :: crtout = 6
character*(*) :: FileName
double precision :: alat,displac
integer :: nx,ny,nz
logical :: AlreadyThere
double precision, parameter :: cutoffLJ = 2.5d0
double precision, parameter :: cutoffAl = 5.55805441821810d0
展开
 我来答
huzi233
2012-04-01 · TA获得超过400个赞
知道小有建树答主
回答量:291
采纳率:100%
帮助的人:278万
展开全部
彭国伦的《FORTRAN95程序设计》,另外上边的代码是用于晶体坐标计算的,代码不完整,不过语法不难,自己稍微了解一下就可以懂了
MATMUL
2012-04-03 · 超过26用户采纳过TA的回答
知道答主
回答量:78
采纳率:0%
帮助的人:67.3万
展开全部
留个邮箱吧
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式