File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
name = " QuantumControl"
2
2
uuid = " 8a270532-f23f-47a8-83a9-b33d10cad486"
3
3
authors = [" Michael Goerz <mail@michaelgoerz.net>" , " Alastair Marshall <alastair@nvision-imaging.com>" ]
4
- version = " 0.0.3+dev "
4
+ version = " 0.0.4 "
5
5
6
6
[deps ]
7
7
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -12,8 +12,8 @@ Krotov = "b05dcdc7-62f6-4360-bf2c-0898bba419de"
12
12
GRAPE = " 6b52fcaf-80fe-489a-93e9-9f92080510be"
13
13
14
14
[compat ]
15
- GRAPE = " >= 0.0.2 "
16
- Krotov = " >=0.0.3 "
17
- QuantumControlBase = " >=0.0.3 "
18
- QuantumPropagators = " >=0.0.3 "
15
+ GRAPE = " 0.0.3 - 0.2.0 "
16
+ Krotov = " 0.1.0 - 0.2.0 "
17
+ QuantumControlBase = " 0.1.0 - 0.2.0 "
18
+ QuantumPropagators = " 0.1.0 - 0.2.0 "
19
19
julia = " 1.6"
Original file line number Diff line number Diff line change @@ -31,6 +31,14 @@ Each release of `QuantumControl.jl` is determined by the compatible versions of
31
31
<td>0.0.3</td><!-- Krotov -->
32
32
<td>0.0.2</td><!-- GRAPE -->
33
33
</tr>
34
+ <tr>
35
+ <th scope="row">0.0.4</th>
36
+ <td>2022-02-07</td>
37
+ <td>≥0.1.0</td><!-- QuantumPropagators -->
38
+ <td>≥0.1.0</td><!-- QuantumControlBase -->
39
+ <td>≥0.1.0</td><!-- Krotov -->
40
+ <td>≥0.0.3</td><!-- GRAPE -->
41
+ </tr>
34
42
</tbody>
35
43
</table>
36
44
```
You can’t perform that action at this time.
0 commit comments