Changeset 4953 for trunk/GSASIIpwd.py
- Timestamp:
- Jun 12, 2021 8:55:09 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwd.py
r4952 r4953 3017 3017 # otherwise build it 3018 3018 ENGINE = Engine(path=None) 3019 Ebc = ENGINE.boundaryConditions3020 3019 if not ENGINE.is_engine(engineFileName) or FRESH_START: 3021 3020 ## create structure … … 3025 3024 unitcellBC = cell, 3026 3025 supercell = supercell) 3026 Ebc = ENGINE.boundaryConditions 3027 3027 rmax = min( [Ebc.get_a(), Ebc.get_b(), Ebc.get_c()] ) /2. 3028 3028 ''' … … 3104 3104 else: 3105 3105 ENGINE = ENGINE.load(path=engineFileName) 3106 Ebc = ENGINE.boundaryConditions 3106 3107 rmax = min( [Ebc.get_a(), Ebc.get_b(), Ebc.get_c()] ) /2. 3107 3108
Note: See TracChangeset
for help on using the changeset viewer.