Changeset 4767
- Timestamp:
- Jan 14, 2021 2:10:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r4764 r4767 357 357 return [x0,None,info] 358 358 chisqf = np.sum(M**2) # ending chi**2 359 Yvec,Amat = Hess(x0,*args) # we could save some time and use the last Hessian from the last refinement cycle359 # Yvec,Amat = Hess(x0,*args) # we could save some time and use the last Hessian from the last refinement cycle 360 360 psing_prev = [i for i in range(n) if i not in indices] # save dropped vars 361 361 indices = range(n) … … 2956 2956 General = Phase['General'] 2957 2957 Amat,Bmat = G2lat.cell2AB(General['Cell'][1:7]) 2958 cx,ct,cs,cia = getAtomPtrs( data)2958 cx,ct,cs,cia = getAtomPtrs(Phase) 2959 2959 Atoms = Phase['Atoms'] 2960 2960 cartAtoms = []
Note: See TracChangeset
for help on using the changeset viewer.