Editing Source code for the minimum distance between two rods

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
The following is the FORTRAN source code for the calculation of the minimum distance between two rods in three dimensions. For full details see <ref>[http://dx.doi.org/10.1016/0097-8485(94)80023-5  Carlos Vega and Santiago Lago "A fast algorithm to evaluate the shortest distance between rods", Computers & Chemistry  '''18''' pp. 55-59 (1994)]</ref>. This code has also been [[Rev. source code for the minimum distance between two rods in C |implemented in C]].
The following is the FORTRAN source code for the calculation of the minimum distance between two rods in three dimensions. For full details see Ref. 1.


  C  SUBROUTINE TO EVALUATE THE SHORTEST DISTANCE BETWEEN TWO RODS
  C  SUBROUTINE TO EVALUATE THE SHORTEST DISTANCE BETWEEN TWO RODS
Line 90: Line 90:


==References==
==References==
<references/>
#[http://dx.doi.org/10.1016/0097-8485(94)80023-5  Carlos Vega and Santiago Lago "A fast algorithm to evaluate the shortest distance between rods", Computers & Chemistry  '''18''' pp. 55-59 (1994)]


{{Source}}
{{Source}}
[[category: Fortran code]]
[[category: Fortran code]]
Please note that all contributions to SklogWiki are considered to be released under the Creative Commons Attribution Non-Commercial Share Alike (see SklogWiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: