Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

- 2026-04-08: Increased NOE restraints array size in scoring modules - Issue #1501
- 2026-03-09: Automated type casting for optional argument seed in haddock3-restraints random_removal - Issue #1485
- 2026-02-28: Switched to ilRMSD clustering from protein-ligand examples - Issue #1481
- 2026-02-24: Implement automated toppar generation for unknown atoms with PRODRG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
! * as part of this package. *
! ***********************************************************************
!
noe class dist end
noe nres=10000 class dist end

! first deal with monoatomic ions
evaluate ($pcount = 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
! * as part of this package. *
! ***********************************************************************
!
noe class dist end
noe nres=10000 class dist end

! first deal with monoatomic ions
evaluate ($pcount = 0)
Expand Down
Loading