Skip to content

Commit 6a90766

Browse files
committed
Unit converter to
1 parent 9b07b32 commit 6a90766

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

docs/api/toc.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,20 @@
4040
"CustomXC": ""
4141
}
4242
},
43-
"Data structures (dqc.utils)": {
43+
"Utilities (dqc.utils)": {
4444
"module": "dqc.utils",
4545
"prefix": "dqc.utils",
46-
"desc": "Data structures",
46+
"desc": "Data structures & unit converter",
4747
"api": {
4848
"SpinParam": "",
49-
"ValGrad": ""
49+
"ValGrad": "",
50+
"length_to": "",
51+
"time_to": "",
52+
"freq_to": "",
53+
"ir_ints_to": "",
54+
"raman_ints_to": "",
55+
"edipole_to": "",
56+
"equadrupole_to": ""
5057
}
5158
}
5259
}

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch==1.8.0
1+
torch>=1.8.0
22
sphinx==3.2.1
33
sphinx_rtd_theme==0.5.0
44
jupyter-sphinx==0.3.2

dqc/utils/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
from dqc.utils.datastruct import *
2+
from dqc.utils.units import *

0 commit comments

Comments
 (0)