Skip to content

Commit 1d53359

Browse files
Merge pull request #28 from kevinshen56714/2025
Update to 2025 version
2 parents f095f22 + 60630cd commit 1d53359

File tree

158 files changed

+35721
-2392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+35721
-2392
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,5 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
.DS_Store

pyemc/emc/HISTORY

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,30 @@ Date Description
199199
- Fixed double occurrence of hydrogen atom names in PDB/PSF for e.g.
200200
alcohols
201201
20240801 - Web publication
202+
20240817 - Fixed assignment of override partial charges to polymers
203+
20250103 - Fixed SEGV for PDB write
204+
- Fixed an issue with reading of group site charges
205+
- Updated OPLS; use previous with opls/2012 prefix
206+
- Fixed chirality issue in rings (e.g. sugars)
207+
20250212 - Ported source to accomodate MacOS ARM
208+
- Adapted zlib/zutil.h to use __APPLE__ only (OS_CODE 19)
209+
- Improved PDB structure import
210+
- Updated zlib function headers
211+
- Extended groups as polymers interpretation to include alternate and
212+
block representations
213+
- Corrected extremes for inverse bond determination
214+
20250318 - Corrected representation of types with asterisks in VMD input
215+
- Finished alternate and block polymeric groups
216+
20250414 - Created GROMACS port for select force fields
217+
- Corrected typing of protonated phosphates ROP(O)(O)=O
218+
- Converted opls/2012/opls-ua to abide by stricter rule interpretation
219+
(added explicit number of ring members to aromatic compounds (^6))
220+
- Altered input for VMD to allow for types with asterisks
221+
20250712 - Addition of constrain and virtual to SMILES and group sites to work
222+
in conjunction with GROMACS ports
223+
- Repaired export of SMILES for all internal clusters
224+
- Improved calculation of inverse angle probabilities
225+
20250801 - Web publication
202226

203227

204228
v9.4.3

pyemc/emc/bin/emc_linux_aarch64

194 KB
Binary file not shown.

pyemc/emc/bin/emc_linux_x86_64

230 KB
Binary file not shown.
-6.53 MB
Binary file not shown.

pyemc/emc/bin/emc_macos

4.49 MB
Binary file not shown.

pyemc/emc/bin/emc_win32.exe

876 KB
Binary file not shown.

0 commit comments

Comments
 (0)