Lines Matching refs:tag

14       character*80 tag
17 tag = operation
18 if(tag.eq."energy") then
20 else if(tag.eq."dynamics") then
22 else if(tag.eq."fragment") then
26 > pname//'unknown operation'//tag,0, 0)
45 character*72 tag
101 tag = "atom"
102 call smd_system_set_component(tag,sp_atom)
104 tag = "parameters"
105 call smd_system_set_component(tag,sp_param)
107 tag = "type"
108 call smd_system_set_component(tag,sp_type)
110 tag = "lattice"
111 call smd_system_set_component(tag,sp_lattice)
113 tag = "potential"
114 call smd_system_set_component(tag,sp_pot)
116 tag = "coordinates"
117 call smd_system_set_component(tag,sp_coord)
119 tag = "force"
120 call smd_system_set_component(tag,sp_force)
122 tag = "charge"
123 call smd_system_set_component(tag,sp_charge)
125 tag = "excl_list"
126 call smd_system_set_component(tag,sp_exlist)
128 tag = "verlet_list"
129 call smd_system_set_component(tag,sp_vlist)
131 tag = "energy"
132 call smd_system_set_component(tag,sp_energy)
134 tag = "bond"
135 call smd_system_set_component(tag,sp_bond)
137 tag = "shakelist"
138 call smd_system_set_component(tag,sp_shakelist)
140 tag = "bondlist"
141 call smd_system_set_component(tag,sp_bondlist)
143 tag = "mass"
144 call smd_system_set_component(tag,sp_mass)
146 tag = "cutoff"
147 call smd_system_set_component(tag,sp_cutoff)
149 tag = "temperature"
150 call smd_system_set_component(tag,sp_temperature)
152 tag = "rtdb"
153 call smd_system_set_component(tag,sp_rtdb)
155 tag = "ewald"
156 call smd_system_set_component(tag,sp_ewald)
206 character*72 tag
265 tag = "atom"
266 call smd_system_set_component(tag,sp_atom)
268 tag = "parameters"
269 call smd_system_set_component(tag,sp_param)
271 tag = "type"
272 call smd_system_set_component(tag,sp_type)
274 tag = "lattice"
275 call smd_system_set_component(tag,sp_lattice)
277 tag = "potential"
278 call smd_system_set_component(tag,sp_pot)
280 tag = "coordinates"
281 call smd_system_set_component(tag,sp_coord)
283 tag = "force"
284 call smd_system_set_component(tag,sp_force)
286 tag = "charge"
287 call smd_system_set_component(tag,sp_charge)
289 tag = "fragment"
290 call smd_system_set_component(tag,sp_fragment)
292 tag = "excl_list"
293 call smd_system_set_component(tag,sp_exlist)
295 tag = "verlet_list"
296 call smd_system_set_component(tag,sp_vlist)
298 tag = "energy"
299 call smd_system_set_component(tag,sp_energy)
301 tag = "bond"
302 call smd_system_set_component(tag,sp_bond)
304 tag = "shakelist"
305 call smd_system_set_component(tag,sp_shakelist)
307 tag = "bondlist"
308 call smd_system_set_component(tag,sp_bondlist)
310 tag = "mass"
311 call smd_system_set_component(tag,sp_mass)
313 tag = "cutoff"
314 call smd_system_set_component(tag,sp_cutoff)
316 tag = "temperature"
317 call smd_system_set_component(tag,sp_temperature)
319 tag = "rtdb"
320 call smd_system_set_component(tag,sp_rtdb)
322 tag = "ewald"
323 call smd_system_set_component(tag,sp_ewald)
374 character*72 tag
433 tag = "atom"
434 call smd_system_set_component(tag,sp_atom)
436 tag = "parameters"
437 call smd_system_set_component(tag,sp_param)
439 tag = "type"
440 call smd_system_set_component(tag,sp_type)
442 tag = "lattice"
443 call smd_system_set_component(tag,sp_lattice)
445 tag = "potential"
446 call smd_system_set_component(tag,sp_pot)
448 tag = "coordinates"
449 call smd_system_set_component(tag,sp_coord)
451 tag = "force"
452 call smd_system_set_component(tag,sp_force)
454 tag = "charge"
455 call smd_system_set_component(tag,sp_charge)
457 tag = "excl_list"
458 call smd_system_set_component(tag,sp_exlist)
460 tag = "verlet_list"
461 call smd_system_set_component(tag,sp_vlist)
463 tag = "energy"
464 call smd_system_set_component(tag,sp_energy)
466 tag = "bond"
467 call smd_system_set_component(tag,sp_bond)
469 tag = "shakelist"
470 call smd_system_set_component(tag,sp_shakelist)
472 tag = "bondlist"
473 call smd_system_set_component(tag,sp_bondlist)
475 tag = "velocity"
476 call smd_system_set_component(tag,sp_velocity)
478 tag = "mass"
479 call smd_system_set_component(tag,sp_mass)
481 tag = "cutoff"
482 call smd_system_set_component(tag,sp_cutoff)
484 tag = "temperature"
485 call smd_system_set_component(tag,sp_temperature)
487 tag = "rtdb"
488 call smd_system_set_component(tag,sp_rtdb)
490 tag = "ewald"
491 call smd_system_set_component(tag,sp_ewald)