forked from TinkerTools/tinker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkmetal.f
26 lines (26 loc) · 862 Bytes
/
kmetal.f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
c
c
c ###################################################
c ## COPYRIGHT (C) 2000 by Jay William Ponder ##
c ## All Rights Reserved ##
c ###################################################
c
c ################################################################
c ## ##
c ## subroutine kmetal -- ligand field parameter assignment ##
c ## ##
c ################################################################
c
c
c "kmetal" assigns ligand field parameters to transition metal
c atoms and processes any new or changed parameter values
c
c
subroutine kmetal
implicit none
c
c
c add any setup for ligand field parameters below here
c
return
end