Update README.md

#1
by cengc13 - opened
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -4,24 +4,25 @@ configs:
4
  data_files: rQM9.parquet
5
  license: cc-by-4.0
6
  tags:
7
- - molecular dynamics
8
  - materials discovery
9
  - DFT
10
- pretty_name: rQM9
 
11
  ---
12
  ### Dataset Name
13
 
14
- rQM9
15
  ### Description
16
 
17
- 133885 molecular structures from the QM9 with calculated bonds.
18
 
19
  Bond information can be gathered from the `metadata` column of the parquet file, a map where the key `bonds` contains the bond indices as they appear in the final rows of an SDF molecule block. If additional charges are present, these are contained under the key `charge_info`.
20
 
21
- The original SD file is stored in the directory `original_file`
22
 
23
- The rQM9 SDF file is derived from DeepChem's QM9 dataset and rectifies the original dataset's net-charge discrepancies and invalid bond orders by enforcing correct valency-charge configurations.
24
- Nevertheless, a subset of molecules still remain problematiceither failing RDKit sanitization or fragmenting into multiple components.
25
  The zero-based indices of these unresolved molecules are provided in a NumPy file in the directory `original_file`.
26
 
27
  ### License
 
4
  data_files: rQM9.parquet
5
  license: cc-by-4.0
6
  tags:
7
+ - chemical discovery
8
  - materials discovery
9
  - DFT
10
+ - SDF Data
11
+ pretty_name: rQM9_SDF_Data
12
  ---
13
  ### Dataset Name
14
 
15
+ rQM9_SDF_Data
16
  ### Description
17
 
18
+ 133885 molecular structures from the QM9 with revised bond and charges in the SDF format.
19
 
20
  Bond information can be gathered from the `metadata` column of the parquet file, a map where the key `bonds` contains the bond indices as they appear in the final rows of an SDF molecule block. If additional charges are present, these are contained under the key `charge_info`.
21
 
22
+ The original SDF file is stored in the directory `original_file`
23
 
24
+ The rQM9 SDF file is derived from DeepChem's QM9 SDF dataset and rectifies the original dataset's net-charge discrepancies and invalid bond orders by enforcing correct valency-charge configurations.
25
+ Nevertheless, a subset of molecules remains problematic, as they either fail RDKit sanitization or fragment into multiple components.
26
  The zero-based indices of these unresolved molecules are provided in a NumPy file in the directory `original_file`.
27
 
28
  ### License