Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Atoms, Colors, Representations (#13)
Browse files Browse the repository at this point in the history
* add some comments on fields in AtomInfo

* more docs

* more docking

* add enums

* get basic colors started

* update testing

* add more colors

* add more colors

* add more colors

* add more colors W

* add grays

* add orignal full spectrum

* add colors

* get color form pyobject

* start speccing out representation

* start speccing out representation

* add additional representation
  • Loading branch information
zachcp authored Jul 25, 2024
1 parent 85d8560 commit 2f82306
Show file tree
Hide file tree
Showing 8 changed files with 32,917 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
capture.txt
/target
/binary_test
/test_temporary
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ pdbtbx = "0.11.0"
itertools = "0.13.0"
urlencoding = "2.1.3"
serde_repr = "0.1.19"
once_cell = "1.19.0"
bitflags = "2.6.0"
Loading

0 comments on commit 2f82306

Please sign in to comment.