Skip to content
Open
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
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 2026.07.27

## New Features
- Multiple data fields have been added to describe the output crystal properties. These can be classified into:
- Energy data fields related to variable compositions calculations.
- Per atom properties (forces, partial charges)
- Band structure, density of states and related propeties
- Phonons
- Magnetic, Mechanical and transport properties


## Fixes

- Updates and minor corrections to Markdown and CIF dictionary files.

# 2026.04.24

## New Features
Expand Down Expand Up @@ -117,8 +132,8 @@ loop_

New version:

| Group | Data Field |
|-------------------|-------------------------------|
| Group | Data Field |
|-------------------|--------------------|
| `_csp_data_block` | `class` |

- "Definition", "Constraints" and "Examples" columns changed to improved clarity.
Expand Down
278 changes: 154 additions & 124 deletions Dictionaries/CSPCore/cspcore.md → Documentation/CSPCore/cspcore.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Examples/01_Org_MCPT_Minimal/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The datablock (in file `csp_input.cif`) starts by introducing three identifiers

- The (human-readable) chemical name `"methyl 2-aminobenzoate"` of the compound
- A unique identifier that can be used for an internal storage or database (being target XXIX of the 7th Blind Test, we
used `BT-XXX`)
used `BT-XXIX`)
- A datablock unique ID (`0d430939-34a3-4fc1-bf49-d04e39580fbc`).

Only the latter will be used to link output structures to the input datablock.
Expand Down
2 changes: 1 addition & 1 deletion Examples/02_Org_Multi_Stoich/structure_ranking_methods.cif
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data_gaff
_forcefield.long_range_electrostatic "PME"

_forcefield.vdw_term "LJ(epsilon,sigma)"
_forcefield.long_range_electrostatic "LJ-PME"
_forcefield.long_range_vdw "LJ-PME"

_forcefield.combination_rule "Lorentz-Berthelot"

Expand Down
2 changes: 1 addition & 1 deletion Examples/03_Org_ROY/structure_ranking_methods.cif
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ data_MPLAMS
_forcefield.long_range_electrostatic "PME"

_forcefield.vdw_term "Buckhingham"
_forcefield.long_range_electrostatic "LJ-PME"
_forcefield.long_range_vdw "LJ-PME"

_forcefield.combination_rule "Lorentz-Berthelot"

Expand Down
528 changes: 264 additions & 264 deletions Examples/03_Org_ROY/structures.cif

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Examples/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The goal of these examples is to illustrate:

## Index

The table below summarizes the core concept, domain, and specific dictionary fields highlighted in each self-contained
The table below summarises the core concept, domain, and specific dictionary fields highlighted in each self-contained
example folder.

| Folder Name | Primary Domain | Input Description | Key Input/Methodology | Core Concepts & Dictionary Fields Highlighted |
Expand Down
Loading