Skip to content

Commit

Permalink
Merge branch 'develop' into qelectron
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost authored Sep 6, 2023
2 parents 57ca891 + 55a1ea9 commit fe3c7a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Raised the minimum version of Pydantic from 1.10.1 to 2.1.1 in `requirements.txt`
- Electron DAL to use Covalent server's data instead of QServer's data.

### Added

- Added a `py.typed` file to support type-checking
- Corrected support from distributed Hamiltonian expval calculations
- Exposed qelectron db in sdk result object
- UI changes added for qelectrons and fix for related config file corruption
Expand All @@ -30,10 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix autodoc for SSH, Slurm, AWS Braket, AWS Lambda, AWS EC2, AWS Batch, Google Batch
- Updated documentation links in README

### Added

- Added a `py.typed` file to support type-checking

## [0.228.0-rc.0] - 2023-08-31

### Authors
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ networkx>=2.8.6
orjson==3.8.10
pennylane==0.31.1
psutil>=5.9.0
pydantic>=1.10.1, <2.0.0
pydantic>=2.1.1
python-socketio>=5.7.1
requests>=2.24.0
rich>=12.0.0,<=13.3.5
Expand Down

0 comments on commit fe3c7a4

Please sign in to comment.