Skip to content

Commit 67d978a

Browse files
committed
news
1 parent bd4a6c0 commit 67d978a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

news/ase-adapter.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
**Added:**
2+
3+
* Added ``Structure.get_lattice_vectors()`` method to return the lattice vectors.
4+
* Added ``Structure.get_lattice_vector_angles()`` method to return the angles between the lattice vectors.
5+
* Added ``Structure.get_isotropic_displacement_parameters()`` method to return the isotropic displacement parameters.
6+
* Added ``Structure.get_anisotropic_displacement_parameters()`` method to return the anisotropic displacement parameters.
7+
* Added ``Structure.get_occupancies()`` method to return the occupancies of the sites.
8+
* Added ``Structure.get_cartesian_coordinates()`` method to return the Cartesian coordinates of the sites.
9+
* Added ``Structure.get_fractional_coordinates()`` method to return the fractional coordinates of the sites.
10+
* Added ``Structure.get_chemical_symbols()`` method to return the chemical symbols of the sites.
11+
* Added ``Structure.convert_ase_to_diffpy_structure()`` method to convert an ASE Atoms object to a DiffPy Structure object.
12+
13+
**Changed:**
14+
15+
* <news item>
16+
17+
**Deprecated:**
18+
19+
* <news item>
20+
21+
**Removed:**
22+
23+
* <news item>
24+
25+
**Fixed:**
26+
27+
* <news item>
28+
29+
**Security:**
30+
31+
* <news item>

0 commit comments

Comments
 (0)