Révision 5 ase/io/turbomole.py
turbomole.py (revision 5) | ||
---|---|---|
49 | 49 |
f.close() |
50 | 50 |
|
51 | 51 |
atoms = Atoms(positions = atoms_pos, symbols = atom_symbols, pbc = False) |
52 |
c = FixAtoms(myconstraints) |
|
53 |
atoms.set_constraint(c) |
|
52 |
# c = FixAtoms(myconstraints)
|
|
53 |
# atoms.set_constraint(c)
|
|
54 | 54 |
#print c |
55 | 55 |
|
56 | 56 |
|
... | ... | |
99 | 99 |
f.write('%20.14f %20.14f %20.14f %2s \n' |
100 | 100 |
% (x/Bohr, y/Bohr, z/Bohr, s.lower())) |
101 | 101 |
f.write("$end\n") |
102 |
|
Formats disponibles : Unified diff