Skip to content

Commit c03a4c2

Browse files
authored
Update index.md
1 parent 5dc027c commit c03a4c2

File tree

1 file changed

+67
-3
lines changed

1 file changed

+67
-3
lines changed

docs/index.md

+67-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ SciCode sources challenging and realistic research-level coding problems across
6969

7070
| **Fields** | **Subfields** |
7171
|----------------------|---------------------------------------------------------------------------------------------------------------|
72-
| **Mathematics** | [Numerical Linear Algebra](#numerical-linear-algebra) (7), [Computational Mechanics](#computational-mechanics) (6), [Computational Finance](#computational-finance) (1) |
72+
| **Mathematics** | [Numerical Linear Algebra](#numerical-linear-algebra) (8), [Computational Mechanics](#computational-mechanics) (5), [Computational Finance](#computational-finance) (1) |
7373
| **Physics** | [Condensed Matter Physics](#condensed-matter-physics) (13), [Optics](#optics) (10), [Quantum Information/Computing](#quantum-informationcomputing) (6), [Computational Physics](#computational-physics) (5), [Astrophysics](#astrophysics) (2), [Particle Physics](#particle-physics) (1) |
7474
| **Chemistry** | [Quantum Chemistry](#quantum-chemistry) (5), [Computational Chemistry](#computational-chemistry) (3) |
7575
| **Biology** | [Ecology](#ecology) (6), [Biochemistry](#biochemistry) (1), [Genetics](#genetics) (1) |
@@ -78,90 +78,143 @@ SciCode sources challenging and realistic research-level coding problems across
7878
Nobel prized related problems:
7979

8080
### Numerical Linear Algebra
81-
1_CG
81+
1_Conjugate_Gradient
82+
8283
3_Gauss_Seidel
83-
4_IncomChol
84+
85+
4_Incomplete_Cholesky
86+
8487
5_Lanczos
88+
8589
9_Weighted_Jacobi
90+
8691
29_Gram_Schmidt_orthogonalization
92+
8793
31_independent_component_analysis
94+
8895
74_Householder_QR
96+
8997
### Computational Mechanics
9098
18_NURBS
99+
91100
24_Burgers_equation
101+
92102
40_Spliting_Operator
103+
93104
54_SUPG
105+
94106
78_Chaotic_Dynamics_Pendulum
95107

96108
### Computational Finance
97109
63_Estimating_Stock_Option_Price
98110

99111
### Condensed Matter Physics
100112
17_linear_tetrahedron_method
113+
101114
20_phonon_angular_momentum
115+
102116
33_phase_diagram_chern_haldane_model
117+
103118
38_Reciprocal_lattice_vector
119+
104120
48_MEELS_conversion
121+
105122
50_Replica_symmetry_breaking
123+
106124
62_dmrg
125+
107126
67_LEG_Dyson_equation_bulk
127+
108128
69_LEG_Dyson_equation_semi_infinite
129+
109130
72_ising_model
131+
110132
73_Xray_conversion_II
133+
111134
75_graphene_tight_binding
112135

113136
### Optics
114137
2_Gaussian_Beam_Focus
138+
115139
6_Spatial_filters_I
140+
116141
7_Spatial_filters_II
142+
117143
8_Spatial_filters_III
144+
118145
14_Brownian_motion_in_the_optical_tweezer
146+
119147
22_Beam_translation_reexpansion
148+
120149
28_Gaussian_Beam_Intensity
150+
121151
32_Multiparticle_dynamics_in_the_optical_tweezer_array
152+
122153
37_ray_optics_spherical_aberration
154+
123155
43_two_end_fiber_laser_generator
124156

125157
### Quantum Information/Computing
126158
11_GADC_entanglement
159+
127160
19_n_tangle
161+
128162
23_Blahut_Arimoto
163+
129164
59_VQE
165+
130166
65_GHZ_protocol_fidelity
167+
131168
71_GADC_rev_coherent_info
132169

133170
### Computational Physics
134171
13_Maxwell_Equation_Solver
172+
135173
15_Crank_Nicolson_for_time_dependent_Schrodinger
174+
136175
45_finite_difference_heat_equation
176+
137177
52_Shooting_algo_H_atom
178+
138179
57_1D_harmonic_oscillator_numerov_shooting
139180

140181
### Astrophysics
141182
49_nbody
183+
142184
58_Tolman_Oppenheimer_Volkoff_star
143185

144186
### Particle Physics
145187
70_neutrino_oscillation
146188

147189
### Quantum Chemistry
148190
12_Schrodinger_DFT_with_SCF
191+
149192
30_helium_slater_jastrow_wavefunction
193+
150194
46_helium_atom_vmc
195+
151196
66_kolmogorov_crespi_potential
197+
152198
68_helium_atom_dmc
153199

154200
### Computational Chemistry
155201
10_ewald_summation
202+
156203
16_Davidson_method
204+
157205
60_Widom_particle_insertion
158206

159207
### Ecology
160208
25_CRM_in_chemostat
209+
161210
26_CRM_in_serial_dilution
211+
162212
41_Structural_stability_in_serial_dilution
213+
163214
53_Stochastic_Lotka_Volterra
215+
164216
55_Swift_Hohenberg
217+
165218
56_temporal_niches
166219

167220
### Biochemistry
@@ -172,19 +225,30 @@ Nobel prized related problems:
172225

173226
### Semiconductor Materials
174227
21_Absorption_coefficient_for_alloy_GaAlAs
228+
175229
27_Design_trade_offs_for_high_speed_photodetectors
230+
176231
34_PN_diode_band_diagram
232+
177233
35_Quantum_Dot_Absorption_Spectrum
234+
178235
36_Quasi_Fermi_levels_of_photo_resistor_out_of_equilibrium
236+
179237
39_Reflection_spectra_for_a_Distributed_Bragg_Reflector
238+
180239
42_The_threshold_current_for_multi_quantum_well_lasers
181240

182241
### Molecular Modeling
183242
47_Internal_Energy
243+
184244
51_Simple_Molecular_Dynamics
245+
185246
64_GCMC
247+
186248
77_Berendsen_thermostat
249+
187250
79_Nose_Hoover_chain_thermostat
251+
188252
80_Anderson_thermostat
189253

190254
## Example: Calculate Chern numbers for the Haldane Model

0 commit comments

Comments
 (0)