Releases: Hekstra-Lab/SFcalculator_torch
Releases · Hekstra-Lab/SFcalculator_torch
v0.2.2
New Features:
- support cryoem mode, using electron scattering factor
- support mmcif file as PDB input, cif file as reflection input
- support to skip the solvent calculation, even in batch calculation
- a new get_rfactor method
Bug Fix:
- Handle edge case where no space group in PDB file
- More tolerance in cell isomorphism check
- Take care of systematic absence indices
- Write PDB with TER records
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
A major version bump with:
- Better typing hints
- Support more flexible constructor, now users can input path strings to pdb/mtz files, or existing PDBparser or rs.Dataset instance
- Use getter and setter to make the molecule-related properties more robust
- A new savePDB method in SFcalculator, support to directly save refined model out
- Bug fixes
v0.1.10
v0.1.9
- Unify the device setting of SFCalcualtor
- A few engineering tricks to be memory efficient in batched Fprotein and Patternson calculation
- Update default hyperparameters in calc_fsolvent based on statistics
- deprecate 3.7 support
- A new function to fetch PDB with static urllib
- bug fixes