File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11numpy
22pycifrw
33diffpy.utils
4+ ase
Original file line number Diff line number Diff line change 11numpy
22pycifrw
33diffpy.utils
4+ ase
Original file line number Diff line number Diff line change @@ -301,11 +301,11 @@ def convert_ase_to_diffpy_structure(
301301 Returns
302302 -------
303303 lost_info : dict, optional
304- The dictionary containing any information from the ASE `Atoms`
304+ If specified, the dictionary containing any information from the ASE `Atoms`
305305 object that is not currently available in the `Structure` class.
306- Default behavior is to return only the `Structure` instance .
307- If `lost_info` is provided, it will be a dictionary containing
308- any information from the ASE `Atoms`.
306+ Default behavior is to return `None` .
307+ If `lost_info` is provided, a dictionary containing
308+ any information from the ASE `Atoms` will be returned .
309309 This may include information such as magnetic moments, charge states,
310310 or other ASE-specific properties that do not have a direct equivalent
311311 in the `Structure` class.
You can’t perform that action at this time.
0 commit comments