-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
55 lines (45 loc) · 2.76 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>cgois</title>
<link>https://cgois.github.io/</link>
<description>Recent content on cgois</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 08 Aug 2022 16:01:30 +0200</lastBuildDate><atom:link href="https://cgois.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Semidefinite programming in quantum information</title>
<link>https://cgois.github.io/posts/sdps_in_quantum_info/</link>
<pubDate>Mon, 08 Aug 2022 16:01:30 +0200</pubDate>
<guid>https://cgois.github.io/posts/sdps_in_quantum_info/</guid>
<description>A tutorial with a bunch of examples of using SDP in quantum information problems (entanglement, joint measurability, violation of Bell inequalities&hellip;), written in Python, Julia and Mathematica.</description>
</item>
<item>
<title>"Other Minds" by Peter Godfrey-Smith</title>
<link>https://cgois.github.io/posts/other_minds_review/</link>
<pubDate>Sat, 20 Feb 2021 23:11:21 -0300</pubDate>
<guid>https://cgois.github.io/posts/other_minds_review/</guid>
<description>A short review on a layman science book about octopuses and philosophy of mind.</description>
</item>
<item>
<title>CVXPY vs. PICOS: performance comparison for linear programs</title>
<link>https://cgois.github.io/posts/cvx_vs_picos/</link>
<pubDate>Sun, 10 Jan 2021 13:54:40 -0300</pubDate>
<guid>https://cgois.github.io/posts/cvx_vs_picos/</guid>
<description>CVXPY and PICOS are two frequently used optimization program modelling tools for Python. I compare their performance in modelling simple random linear programs.</description>
</item>
<item>
<title>panda2lrs: user-friendly polytope representation in lrs</title>
<link>https://cgois.github.io/posts/panda2lrs/</link>
<pubDate>Sun, 04 Oct 2020 02:46:32 -0300</pubDate>
<guid>https://cgois.github.io/posts/panda2lrs/</guid>
<description>An user-friendly way to write <em>PANDA</em>-like polytope inequalities and run in <em>lrs</em>.</description>
</item>
<item>
<title>Parallelizing simple loops in Python</title>
<link>https://cgois.github.io/posts/processpool/</link>
<pubDate>Sat, 26 Sep 2020 13:54:40 -0300</pubDate>
<guid>https://cgois.github.io/posts/processpool/</guid>
<description>Parallelizing loops with no iteration interdependence using Pythons&rsquo; concurrent.futures module.</description>
</item>
</channel>
</rss>