Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jl2922 authored Feb 18, 2019
1 parent 0faf6b6 commit bcfebd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In addition, it requires the least amount of human efforts to use.
There is **no need for making a separate schema file or using special data structures**, HPS works with STL containers and user-defined types directly.
This design makes the binding of data and serialization methods more cohesive and can often give a much cleaner design, especially when there is composition or inheritance between classes.

HPS is being actively used in a quantum chemistry package (developed by the Cyrus Group at Cornell University LASSP Lab) and has successfully and efficiently serialized/parsed **petabytes** of scientific data.
HPS is being actively used in a quantum chemistry package (developed by the Umrigar Group at Cornell University LASSP Lab) and has successfully and efficiently serialized/parsed **petabytes** of scientific data.

## Citation
```
Expand Down

0 comments on commit bcfebd6

Please sign in to comment.