Skip to content

Commit 8f7ba8a

Browse files
Merge pull request #24 from kevinshen56714/kshen/update-to-2024-version
Update to the 2024 version
2 parents 05ff325 + 4cb3751 commit 8f7ba8a

File tree

213 files changed

+397228
-7017
lines changed

Some content is hidden

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

213 files changed

+397228
-7017
lines changed

pyemc/emc/HISTORY

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,46 @@ Date Description
159159
- Changed OPLS mixing rules from arithmetic to geometric according to
160160
Jorgensen et al., J. Am. Chem. Soc. 1996, 118, 11225
161161
20230801 - Web publication
162+
20230919 - Added port->links to accommodate identical atom designations in
163+
imported molecules by PortInsightMDFGet()
164+
- Introduction of emc.pl, a modular version of emc_setup.pl
165+
20231006 - Fixed field typing issues for connective groups, e.g. in polymers
166+
- Fixed merging of clusters when using crystal command
167+
- Cleaned up memory usage
168+
20240224 - Fixed numerical stability issue in GrowSideConnect()
169+
- Fixed compression for use of ".gz" in name for scripting export
170+
command
171+
- Added selection options for surface grafting
172+
- Successfully passed valgrind test
173+
- Fixed issues with increment designation for polymers
174+
- Disallowed application of non-group field to groups with field
175+
definitions
176+
- Alteration of TRAPPE-UA acid parameters using J. Phys. Chem. B 2004,
177+
108, 14130-14136
178+
20240428 - Added published COMPASS force field in ./field/compass
179+
- Fixed assigment of nsites in ring
180+
- Added capture upon writing of empty fields
181+
- Updated treatment of CMAP to align with LAMMPS 2023 and higher
182+
- Adapted group polymers to include monomers and dimers in polymer
183+
definition
184+
- Introduced lone pair representation
185+
20240703 - Fixed a memory leak when applying fields
186+
- Fixed EMC setup control settings for field_bond, field_angle,
187+
field_torsion, and field_improper
188+
- Added force field wildcard recognition for mass entries
189+
- Added field alteration to emc.pl by means of ITEM FIELD
190+
- Updated the use of CHARMM CMAP files for LAMMPS
191+
- Improved exported InsightII files
192+
- Various additions to CHARMM CGENFF (see templates in cgenff.top)
193+
- Added EMC setup polymer keyword 'sequence' as synonym for 'block'
194+
- Addition of lone pairs for use with benzene and related structures
195+
for CHARMM CGENFF
196+
- Added the use of force field templates as EMC Setup references
197+
in groups and clusters
198+
- Fixed issues with ring recognition
199+
- Fixed double occurrence of hydrogen atom names in PDB/PSF for e.g.
200+
alcohols
201+
20240801 - Web publication
162202

163203

164204
v9.4.3

pyemc/emc/bin/emc_linux_aarch64

6.17 MB
Binary file not shown.

pyemc/emc/bin/emc_linux_x86_64

69 KB
Binary file not shown.

pyemc/emc/bin/emc_linux_x86_64.fc15

6.53 MB
Binary file not shown.

pyemc/emc/bin/emc_macos

587 KB
Binary file not shown.

pyemc/emc/bin/emc_win32.exe

57 KB
Binary file not shown.

pyemc/emc/docs/emc.pdf

5 KB
Binary file not shown.

pyemc/emc/examples/setup/chemistry/bulk/chemistry.esh

Lines changed: 0 additions & 4 deletions
This file was deleted.

pyemc/emc/examples/setup/chemistry/bulk/setup.esh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
#!/usr/bin/env emc_setup.pl
1+
#!/usr/bin/env emc.pl
22
#
33
# file: bulk.esh
44
# author: Pieter J. in 't Veld
55
# date: July 4, 2016
6-
# purpose: Chemical input for emc_setup.pl
6+
# purpose: Chemical input for emc.pl
77
#
88
# notes:
99
# - Create a simulation with water, alcohol, salt and a sugar
1010
# - Alternative to chemistry.esh file, containing an OPTIONS section,
11-
# to be used with emc_setup.pl v1.5 and up
11+
# to be used with emc.pl v1.5 and up
1212
# - Allowed separators are commas and tabs, which can be used
1313
# interchangebly
1414
# - Call with
1515
#
16-
# emc_setup.pl bulk
16+
# emc.pl bulk
1717
#
1818
# or (for MacOS or Linux)
1919
#

pyemc/emc/examples/setup/chemistry/bulk/setup.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)