User contributions for Roux
Jump to navigation
Jump to search
18 June 2018
- 21:2321:23, 18 June 2018 diff hist +36 N Fete de la science Created page with " == Fête de la science au LPTMS =="
30 May 2018
- 13:2713:27, 30 May 2018 diff hist +10 m Quantum journal club No edit summary
- 13:2313:23, 30 May 2018 diff hist +837 Quantum journal club No edit summary
19 March 2018
- 17:2017:20, 19 March 2018 diff hist −5 m Quantum journal club →03/12/18 Dynamical Quantum phase transition by Guillaume Roux
- 12:0312:03, 19 March 2018 diff hist −4 m Quantum journal club →03/12/18 Dynamical Quantum phase transition by Guillaume Roux
- 12:0212:02, 19 March 2018 diff hist +204 m Quantum journal club No edit summary
- 12:0012:00, 19 March 2018 diff hist +20 Quantum journal club No edit summary
- 11:4711:47, 19 March 2018 diff hist +156 N Quantum journal club Created page with " * 03/26/18 '''Supersolids: a short overview''' by Giovanni Martone * 03/12/18 '''Dynamical Quantum phase transition''' by Guillaume Roux Some references:"
21 November 2016
- 10:1610:16, 21 November 2016 diff hist +96 m Codes around the web →DMRG, MPS, TEBD, Tensor network
22 March 2016
- 12:2812:28, 22 March 2016 diff hist +81 Codes around the web No edit summary
31 January 2016
- 15:0115:01, 31 January 2016 diff hist +7 Fitting data with python →Curve fitting current
- 15:0015:00, 31 January 2016 diff hist −47 Fitting data with python →Curve fitting
- 15:0015:00, 31 January 2016 diff hist +1,201 Fitting data with python No edit summary
19 January 2016
- 21:0821:08, 19 January 2016 diff hist +16 Pdf →Tips for Pdf
- 21:0721:07, 19 January 2016 diff hist +127 Pdf →Tips for Pdf
8 January 2016
- 09:4309:43, 8 January 2016 diff hist +121 Codes around the web No edit summary
5 January 2016
- 23:1923:19, 5 January 2016 diff hist +46 Codes around the web No edit summary
15 September 2015
- 15:2915:29, 15 September 2015 diff hist +132 Python →Tips
16 July 2015
- 15:2415:24, 16 July 2015 diff hist +65 Python →Tips
- 15:2315:23, 16 July 2015 diff hist +124 Python →Tips
15 April 2015
- 08:4108:41, 15 April 2015 diff hist +113 Codes around the web No edit summary
10 July 2014
- 08:5708:57, 10 July 2014 diff hist +255 Managing bibliography No edit summary current
18 June 2014
- 15:0915:09, 18 June 2014 diff hist +174 N Poster Created page with "== Poster with Beamer == * a package has been developped to produce posters with beamer. More information can be found at [http://www.ctan.org/pkg/beamerposter beamerposter]" current
18 March 2014
- 15:3515:35, 18 March 2014 diff hist +46 Codes around the web No edit summary
22 October 2013
17 October 2013
- 11:2811:28, 17 October 2013 diff hist +75 Using a hashmap No edit summary current
8 October 2013
- 21:3321:33, 8 October 2013 diff hist +117 Codes around the web No edit summary
8 July 2013
- 09:2409:24, 8 July 2013 diff hist +336 LaTeX No edit summary current
- 09:1109:11, 8 July 2013 diff hist +4 m Graphics No edit summary current
- 09:1009:10, 8 July 2013 diff hist +127 m Graphics →Formats : creation, conversion and viewing softwares
15 January 2013
- 15:5715:57, 15 January 2013 diff hist +68 m Quick integration of a known function No edit summary current
- 15:5715:57, 15 January 2013 diff hist +170 N Quick integration of a known function Created page with "Using scipy.integrate <source lang="py"> from scipy.integrate import quad,Inf from math import sqrt,pi,exp print sqrt(pi), quad(lambda x: exp(-x**2),-Inf,Inf) </source>"
- 15:5515:55, 15 January 2013 diff hist +4 m Python →Miscellaneous
- 15:5515:55, 15 January 2013 diff hist +40 m Python →Miscellaneous
14 December 2012
- 09:2709:27, 14 December 2012 diff hist +74 m C →Basic start with C current
26 November 2012
- 22:2722:27, 26 November 2012 diff hist +784 N Passing table to a function Created page with "Passing a table to a function either via table type argument or by pointer. <source lang="c"> →gcc -std=c99 code.c: #include "stdio.h" #include "stdlib.h" void function..." current
- 22:2522:25, 26 November 2012 diff hist +34 m C No edit summary
13 November 2012
- 16:0616:06, 13 November 2012 diff hist +1,023 N Pointers and multidimensional arrays Created page with " Handling arrays and pointers. The syntax uses the c99 standard. To compile, use :> gcc -std=c99 main.c <source lang='c'> #include <stdio.h> void f(int * p,int L) { for(i..." current
- 16:0516:05, 13 November 2012 diff hist 0 m C →Basic start with C
- 16:0416:04, 13 November 2012 diff hist +74 C No edit summary
- 16:0416:04, 13 November 2012 diff hist +35 N Basic start with C Roux moved page Basic start with C to Get Parameters with C current
- 16:0416:04, 13 November 2012 diff hist 0 m Get Parameters with C Roux moved page Basic start with C to Get Parameters with C current
12 November 2012
- 21:2821:28, 12 November 2012 diff hist 0 m People Protected "People" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) current
- 21:2621:26, 12 November 2012 diff hist +24 m Get Parameters with C No edit summary
- 21:2521:25, 12 November 2012 diff hist +414 m Get Parameters with C No edit summary
- 21:1421:14, 12 November 2012 diff hist +839 N Get Parameters with C Created page with " == Get parameters == * interactive approach: <source lang="cpp"> #include "stdio.h" int main() { char * c; int i = 0; double d = 0.0; printf("Enter a word\n"); s..."
- 21:1021:10, 12 November 2012 diff hist +2 m C No edit summary
- 21:1021:10, 12 November 2012 diff hist +22 N C Created page with "* Basic start with"
- 21:0921:09, 12 November 2012 diff hist +8 m Main Page No edit summary
28 September 2012
- 13:5013:50, 28 September 2012 diff hist +179 Pdf →Tips for Pdf