root / ase / gui / languages / en.py @ 14
Historique | Voir | Annoter | Télécharger (1,19 ko)
| 1 |
translation = {
|
|---|---|
| 2 |
'Tip for status box ...':
|
| 3 |
"""Show information about selected atoms (type, position, bondlengths and angles). Use left mouse button to select atoms - possibly combined with the [ctrl] key.""",
|
| 4 |
|
| 5 |
'Help for plot ...':
|
| 6 |
"""Symbols:
|
| 7 |
<c>e</c>:\t\t\ttotal energy
|
| 8 |
<c>epot</c>:\t\tpotential energy
|
| 9 |
<c>ekin</c>:\t\tkinetic energy
|
| 10 |
<c>fmax</c>:\t\tmaximum force
|
| 11 |
<c>fave</c>:\t\taverage force
|
| 12 |
<c>R[n,0-2]</c>:\t\tposition of atom number <c>n</c>
|
| 13 |
<c>d(n<sub>1</sub>,n<sub>2</sub>)</c>:\t\tdistance between two atoms n1 and n2
|
| 14 |
<c>i</c>:\t\t\tcurrent image number
|
| 15 |
<c>E[i]</c>:\t\t\tenergy of image number <c>i</c>
|
| 16 |
<c>F[n,0-2]</c>:\t\tforce on atom number <c>n</c>
|
| 17 |
<c>M[n]</c>:\t\tmagnetic moment of atom number <c>n</c>
|
| 18 |
<c>A[0-2,0-2]</c>:\tunit-cell basis vectors
|
| 19 |
<c>s</c>:\t\t\tpath length
|
| 20 |
<c>a(n1,n2,n3)</c>:\tangle between atoms n1, n2 and n3, centered on n2
|
| 21 |
<c>dih(n1,n2,n3,n4)</c>:\tdihedral angle between n1, n2, n3, and n4
|
| 22 |
<c>T</c>:\t\t\tTemperature (K)""",
|
| 23 |
|
| 24 |
'Help for slice ...':
|
| 25 |
"""Use Python slice syntax: "start:stop:step" or "start:stop":
|
| 26 |
|
| 27 |
<c>2:5</c>\tsecond, third and fourth
|
| 28 |
<c>:3</c>\tfirst three
|
| 29 |
<c>-3:</c>\tlast three
|
| 30 |
<c>::3</c>\tevery third
|
| 31 |
<c>0</c>\tfirst
|
| 32 |
<c>6</c>\tseventh
|
| 33 |
<c>-1</c>\tlast
|
| 34 |
"""
|
| 35 |
} |